packer: update vendorSha256

This commit is contained in:
zowoq
2022-01-11 06:31:22 +10:00
parent 2bf3351f73
commit 45efe8a685
2 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ buildGoModule rec {
sha256 = "sha256-VLHibkyuB8H2zfUCAuk7lBKbW5bl2kJOkwpo/iqsdm8=";
};
vendorSha256 = "sha256-NB3oD4IB2xC9+d2eghPa1hnJM7Eop88zvRFlHdQDn38=";
vendorSha256 = "sha256-7E1QxlMpLNj9l3L+/gSLl6dGe/MeyKH+htsPxnocHj4=";
subPackages = [ "." ];
+3 -1
View File
@@ -515,7 +515,9 @@ with pkgs;
graph-easy = callPackage ../tools/graphics/graph-easy { };
packer = callPackage ../development/tools/packer { };
packer = callPackage ../development/tools/packer {
buildGoModule = buildGo117Module;
};
packr = callPackage ../development/libraries/packr { };