about summary refs log tree commit diff
path: root/pkgs/tools
diff options
context:
space:
mode:
authorRaghav Sood <r@raghavsood.com>2024-09-25 21:52:27 +0800
committerGitHub <noreply@github.com>2024-09-25 21:52:27 +0800
commit2cc39ac5a7cc61b3d625fee28b9813b48abd230a (patch)
treee6ba3f6d56d2684082b64647a87aa94db3697d57 /pkgs/tools
parentb2512bb0431db1dc1fac3dc151857143c744946e (diff)
parent6918e2e0ba0486085d266dd7b13263aa0ecbb619 (diff)
stripe-cli: 1.21.5 -> 1.21.6 (#344399)
Diffstat (limited to 'pkgs/tools')
-rw-r--r--pkgs/tools/admin/stripe-cli/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/admin/stripe-cli/default.nix b/pkgs/tools/admin/stripe-cli/default.nix
index e83ff967b96d7..7345f54a99f34 100644
--- a/pkgs/tools/admin/stripe-cli/default.nix
+++ b/pkgs/tools/admin/stripe-cli/default.nix
@@ -2,13 +2,13 @@
 
 buildGoModule rec {
   pname = "stripe-cli";
-  version = "1.21.5";
+  version = "1.21.6";
 
   src = fetchFromGitHub {
     owner = "stripe";
     repo = pname;
     rev = "v${version}";
-    hash = "sha256-Zv5hHDqjfpKiXYhM8CTXVJxqFE8dZ5mFDNnq6k0GWwM=";
+    hash = "sha256-VDHsSMVxdkCnJlNXbuoR1PS0W5YUuj+Yh4VLWREVG1k=";
   };
   vendorHash = "sha256-TuxYJ3u4/5PJYRoRgom+M1au9XerZ+vj9X3jUWTPM58=";