Skip to content

Commit

Permalink
circleci-cli: 0.1.7971 -> 0.1.8302 (#91013)
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Myjavec committed Jun 19, 2020
1 parent a84cbb6 commit be22631
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,13 +2,13 @@

buildGoModule rec {
pname = "circleci-cli";
version = "0.1.7971";
version = "0.1.8302";

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

vendorSha256 = "0y35ps2pw9z7gi4z50byd1py87bf2jdvj7l7w2gxpppmhi83myc9";
Expand All @@ -34,4 +34,4 @@ buildGoModule rec {
license = licenses.mit;
homepage = "https://circleci.com/";
};
}
}

0 comments on commit be22631

Please sign in to comment.