circleci-cli: 0.1.2307 -> 0.1.2569 (#47347)
This commit is contained in:
parent
a51c855d5b
commit
5a12a5bd57
@ -3,7 +3,7 @@
|
|||||||
let
|
let
|
||||||
owner = "CircleCI-Public";
|
owner = "CircleCI-Public";
|
||||||
pname = "circleci-cli";
|
pname = "circleci-cli";
|
||||||
version = "0.1.2307";
|
version = "0.1.2569";
|
||||||
in
|
in
|
||||||
buildGoPackage rec {
|
buildGoPackage rec {
|
||||||
name = "${pname}-${version}";
|
name = "${pname}-${version}";
|
||||||
@ -13,7 +13,7 @@ buildGoPackage rec {
|
|||||||
inherit owner;
|
inherit owner;
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "0z71jnq42idvhgpgn3mdpbajmgn4b41rpifv5qxn3h1pgi08f75s";
|
sha256 = "0ixiqx8rmia02r44zbhw149p5x9r9cv1fsnlhl8p2x5zd2bdr18x";
|
||||||
};
|
};
|
||||||
|
|
||||||
goPackagePath = "github.com/${owner}/${pname}";
|
goPackagePath = "github.com/${owner}/${pname}";
|
||||||
|
Loading…
Reference in New Issue
Block a user