circleci-cli: update vendorSha256
This commit is contained in:
parent
1a6026b32f
commit
bfd042aea3
@ -11,7 +11,7 @@ buildGoModule rec {
|
||||
sha256 = "sha256-IsFvUWNuQsECh47M6wDpuyDYXrKKaZp2SSmEGFryzM0=";
|
||||
};
|
||||
|
||||
vendorSha256 = "sha256-efrjHwHobML/t2lDSFx+UyAOca9dHjZHcAxkFzJqWEo=";
|
||||
vendorSha256 = "sha256-7u2y1yBVpXf+D19tslD4s3B1KmABl4OWNzzLaBNL/2U=";
|
||||
|
||||
doCheck = false;
|
||||
|
||||
|
@ -4123,7 +4123,9 @@ with pkgs;
|
||||
|
||||
ciopfs = callPackage ../tools/filesystems/ciopfs { };
|
||||
|
||||
circleci-cli = callPackage ../development/tools/misc/circleci-cli { };
|
||||
circleci-cli = callPackage ../development/tools/misc/circleci-cli {
|
||||
buildGoModule = buildGo117Module;
|
||||
};
|
||||
|
||||
circus = callPackage ../tools/networking/circus { };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user