checkmate: update vendorSha256

This commit is contained in:
zowoq 2022-01-31 14:21:41 +10:00
parent 9f93be7e1b
commit 1a6026b32f
2 changed files with 4 additions and 2 deletions

View File

@ -14,7 +14,7 @@ buildGoModule rec {
sha256 = "sha256-oBX1MSniVwXvq4Cy9uR3YqxaeSxeWg38oBlCiBy6z/8=";
};
vendorSha256 = "sha256-rlwph9oQXgesLHjrtD+H4zvT2ekTeqZFgRBjXoyFltM=";
vendorSha256 = "sha256-+O0EQRbqLCMBlaI2mejAId2/KFdPWkJ/i7B81tQykzk=";
subPackages = [ "." ];

View File

@ -4370,7 +4370,9 @@ with pkgs;
checkbashisms = callPackage ../development/tools/misc/checkbashisms { };
checkmate = callPackage ../development/tools/checkmate { };
checkmate = callPackage ../development/tools/checkmate {
buildGoModule = buildGo117Module;
};
civetweb = callPackage ../development/libraries/civetweb { };