buildpack: update vendorSha256

This commit is contained in:
zowoq 2022-01-31 11:37:41 +10:00
parent 45bd0fd536
commit 4a275706b4
2 changed files with 4 additions and 2 deletions

View File

@ -11,7 +11,7 @@ buildGoModule rec {
sha256 = "sha256-dtDciyQyTYhgYwqRCcxV0kAbPMl3KXhDM0BelPTWymA="; sha256 = "sha256-dtDciyQyTYhgYwqRCcxV0kAbPMl3KXhDM0BelPTWymA=";
}; };
vendorSha256 = "sha256-mIXt3rWXQ6lVbV4hT7KRK7VZ4iFuDX6kZjgoE1WvJxI="; vendorSha256 = "sha256-0BvZ7xLOr7htp3HVgRt3CzCxx2P62RXKhbzbWtGMLc0=";
nativeBuildInputs = [ installShellFiles ]; nativeBuildInputs = [ installShellFiles ];

View File

@ -2354,7 +2354,9 @@ with pkgs;
asciidoc = asciidoc-full; asciidoc = asciidoc-full;
}; };
buildpack = callPackage ../development/tools/buildpack { }; buildpack = callPackage ../development/tools/buildpack {
buildGoModule = buildGo117Module;
};
bottom-rs = callPackage ../tools/misc/bottom-rs { }; bottom-rs = callPackage ../tools/misc/bottom-rs { };