buildpack: update vendorSha256
This commit is contained in:
parent
45bd0fd536
commit
4a275706b4
@ -11,7 +11,7 @@ buildGoModule rec {
|
||||
sha256 = "sha256-dtDciyQyTYhgYwqRCcxV0kAbPMl3KXhDM0BelPTWymA=";
|
||||
};
|
||||
|
||||
vendorSha256 = "sha256-mIXt3rWXQ6lVbV4hT7KRK7VZ4iFuDX6kZjgoE1WvJxI=";
|
||||
vendorSha256 = "sha256-0BvZ7xLOr7htp3HVgRt3CzCxx2P62RXKhbzbWtGMLc0=";
|
||||
|
||||
nativeBuildInputs = [ installShellFiles ];
|
||||
|
||||
|
@ -2354,7 +2354,9 @@ with pkgs;
|
||||
asciidoc = asciidoc-full;
|
||||
};
|
||||
|
||||
buildpack = callPackage ../development/tools/buildpack { };
|
||||
buildpack = callPackage ../development/tools/buildpack {
|
||||
buildGoModule = buildGo117Module;
|
||||
};
|
||||
|
||||
bottom-rs = callPackage ../tools/misc/bottom-rs { };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user