Skip to content

Commit

Permalink
circleci-cli: 0.1.20500 -> 0.1.20688
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm authored and FRidh committed Aug 23, 2022
1 parent 4f9602e commit 62f7100
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/tools/misc/circleci-cli/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@

buildGoModule rec {
pname = "circleci-cli";
version = "0.1.20500";
version = "0.1.20688";

src = fetchFromGitHub {
owner = "CircleCI-Public";
repo = pname;
rev = "v${version}";
sha256 = "sha256-zFiQSyuIRzkkNuJib8D8/8FRlYXzqR+sz6ch52KZnMY=";
sha256 = "sha256-LamLFMlmXCQa/Ob+VnHrAZjVtVTBjbpEaqA3EjRSnCU=";
};

vendorSha256 = "sha256-8TPJrFDGShEXt+L+6btMEXXMVRHHWDh2fHxy63biLxU=";
vendorSha256 = "sha256-jrAd1G/NCjXfaJmzOhMjMZfJoGHsQ1bi3HudBM0e8rE=";

doCheck = false;

Expand Down

0 comments on commit 62f7100

Please sign in to comment.