bump: update vendorSha256

This commit is contained in:
zowoq 2022-01-31 11:38:14 +10:00
parent 575f5faa0b
commit ef580b0ef6
2 changed files with 4 additions and 2 deletions

View File

@ -11,7 +11,7 @@ buildGoModule rec {
sha256 = "sha256-tgTG/QlDxX1Ns0WpcNjwr/tvsdtgap7RcxX/JuYcxw8=";
};
vendorSha256 = "sha256-2x5rQGEp6ARP2nggE+tvXDRY7AkKCEUXTLEPWDJMCnI=";
vendorSha256 = "sha256-ZeKokW6jMiKrXLfnxwEBF+wLuFQufnPUnA/EnuhvrwI=";
doCheck = false;

View File

@ -14406,7 +14406,9 @@ with pkgs;
buildkite-cli = callPackage ../development/tools/continuous-integration/buildkite-cli { };
bump = callPackage ../development/tools/github/bump { };
bump = callPackage ../development/tools/github/bump {
buildGoModule = buildGo117Module;
};
libbpf = callPackage ../os-specific/linux/libbpf { };