Skip to content

Commit

Permalink
circleci-cli: 0.1.8599 -> 0.1.8945
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm authored and marsam committed Jul 31, 2020
1 parent bda86ee commit c06eab7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/tools/misc/circleci-cli/default.nix
Expand Up @@ -2,16 +2,16 @@

buildGoModule rec {
pname = "circleci-cli";
version = "0.1.8599";
version = "0.1.8945";

src = fetchFromGitHub {
owner = "CircleCI-Public";
repo = pname;
rev = "v${version}";
sha256 = "1brv38mzc2i6mg4rk9ichjsv5w0gr6xrf6qmhnal12cll2krn9k3";
sha256 = "0wk6mw04xkq5pn3crp8smw743m3rmzyz6wws27c42xpyqngdj9jf";
};

vendorSha256 = "0y35ps2pw9z7gi4z50byd1py87bf2jdvj7l7w2gxpppmhi83myc9";
vendorSha256 = "1zd95n9k2fags0qh3wvjinxv1ahygr958mmiax2kz117yipaz4rb";

doCheck = false;

Expand Down

0 comments on commit c06eab7

Please sign in to comment.