checkmate: update vendorSha256
This commit is contained in:
parent
9f93be7e1b
commit
1a6026b32f
2 changed files with 4 additions and 2 deletions
|
@ -14,7 +14,7 @@ buildGoModule rec {
|
|||
sha256 = "sha256-oBX1MSniVwXvq4Cy9uR3YqxaeSxeWg38oBlCiBy6z/8=";
|
||||
};
|
||||
|
||||
vendorSha256 = "sha256-rlwph9oQXgesLHjrtD+H4zvT2ekTeqZFgRBjXoyFltM=";
|
||||
vendorSha256 = "sha256-+O0EQRbqLCMBlaI2mejAId2/KFdPWkJ/i7B81tQykzk=";
|
||||
|
||||
subPackages = [ "." ];
|
||||
|
||||
|
|
|
@ -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 { };
|
||||
|
||||
|
|
Loading…
Reference in a new issue