goreleaser: update vendorSha256

This commit is contained in:
zowoq 2022-02-01 04:42:50 +10:00
parent b0f2ff6422
commit 2ed32eed61
2 changed files with 4 additions and 2 deletions

View file

@ -11,7 +11,7 @@ buildGoModule rec {
sha256 = "sha256-QFb702/v+fSzPWJ+hIGAXqVYfLpecA4sOFM+r8QvdYE=";
};
vendorSha256 = "sha256-LZ2fVFvctLw/X2IX8p5/2D3qvoOYmGWhvef6HoeAGeE=";
vendorSha256 = "sha256-EPm+QNGCY3miuhdMETl98c9SQhcqvHbYeLUQQeI/IsM=";
ldflags = [
"-s"

View file

@ -6097,7 +6097,9 @@ with pkgs;
gopro = callPackage ../tools/video/gopro { };
goreleaser = callPackage ../tools/misc/goreleaser { };
goreleaser = callPackage ../tools/misc/goreleaser {
buildGoModule = buildGo117Module;
};
goreplay = callPackage ../tools/networking/goreplay { };