summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2020-03-14 04:11:16 +0000
committerR. RyanTM <ryantm-bot@ryantm.com>2020-03-14 04:11:16 +0000
commitfda69ba6281115c8d47fbf89e351365bfb7e13c0 (patch)
treef35baa8852c011821b37ae2bf6b5ba5f8199990e
parent7b33cbdbf5dea320836fae7918926322aa1c4132 (diff)
downloadnixpkgs-fda69ba6281115c8d47fbf89e351365bfb7e13c0.tar
nixpkgs-fda69ba6281115c8d47fbf89e351365bfb7e13c0.tar.gz
nixpkgs-fda69ba6281115c8d47fbf89e351365bfb7e13c0.tar.bz2
nixpkgs-fda69ba6281115c8d47fbf89e351365bfb7e13c0.tar.lz
nixpkgs-fda69ba6281115c8d47fbf89e351365bfb7e13c0.tar.xz
nixpkgs-fda69ba6281115c8d47fbf89e351365bfb7e13c0.tar.zst
nixpkgs-fda69ba6281115c8d47fbf89e351365bfb7e13c0.zip
circleci-cli: 0.1.6072 -> 0.1.6949
-rw-r--r--pkgs/development/tools/misc/circleci-cli/default.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/development/tools/misc/circleci-cli/default.nix b/pkgs/development/tools/misc/circleci-cli/default.nix
index f4bdd0c09af..fde1c68d34d 100644
--- a/pkgs/development/tools/misc/circleci-cli/default.nix
+++ b/pkgs/development/tools/misc/circleci-cli/default.nix
@@ -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/";
   };
 }