1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-19 12:11:28 +00:00

Merge pull request #82528 from r-ryantm/auto-update/circleci-cli

circleci-cli: 0.1.6072 -> 0.1.6949
This commit is contained in:
Mario Rodas 2020-03-15 22:48:51 -05:00 committed by GitHub
commit 99fc24ec57
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "circleci-cli";
version = "0.1.6072";
version = "0.1.6949";
src = fetchFromGitHub {
owner = "CircleCI-Public";
repo = pname;
rev = "v${version}";
sha256 = "1sbzl6y7974sib14qr2qa6d20cs54h6a3mc1whbxifg87cw02qjn";
sha256 = "0r64m4lcm9w0rzi61rsi3sm719ydwiv5axxnikwhzmvkdz0rd7dq";
};
modSha256 = "1pxqc2a1hb6bk67sd2c37zwg6n7h0jay3yqsjcs4jc0bqv48gzip";
modSha256 = "199ai38knp50mjjhddjd70qfwx63c69rf7ddw4hpzgx5cm5a04q2";
buildFlagsArray = [ "-ldflags=-s -w -X github.com/CircleCI-Public/circleci-cli/version.Version=${version}" ];
@ -32,6 +32,6 @@ buildGoModule rec {
'';
maintainers = with maintainers; [ synthetica ];
license = licenses.mit;
homepage = https://circleci.com/;
homepage = "https://circleci.com/";
};
}