croc: update vendorSha256

This commit is contained in:
zowoq
2022-01-31 06:31:57 +10:00
parent c38c0b8daf
commit 586ff1f3e9
2 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ buildGoModule rec {
sha256 = "sha256-BgUurfzgezbbH0pCTuRINocc5y6ANCM91VlWht86QeE=";
};
vendorSha256 = "sha256-MstlmaMEbbAY9+h5pNVCXqDOqoSv5hjuRSFS/MTg6lo=";
vendorSha256 = "sha256-QVLl78X5gYuD1QgmHlpHz+yTfQF9VyDnhx7eMclqxyY=";
doCheck = false;
+3 -1
View File
@@ -2485,7 +2485,9 @@ with pkgs;
cassowary = callPackage ../tools/networking/cassowary { };
croc = callPackage ../tools/networking/croc { };
croc = callPackage ../tools/networking/croc {
buildGoModule = buildGo117Module;
};
cbftp = callPackage ../tools/networking/cbftp { };