about summary refs log tree commit diff
path: root/pkgs/tools/admin/stripe-cli
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-04-03 21:25:14 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-04-03 21:25:14 +0000
commitce39524a198ab09cf9f953f057248c8785c09ca1 (patch)
tree0eb92b9b8fe9a085e2c48617389ead19b281f372 /pkgs/tools/admin/stripe-cli
parentf4edf20487ef7493b4f797e7b6e51c7ab332c3e3 (diff)
stripe-cli: 1.8.1 -> 1.8.4
Diffstat (limited to 'pkgs/tools/admin/stripe-cli')
-rw-r--r--pkgs/tools/admin/stripe-cli/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/admin/stripe-cli/default.nix b/pkgs/tools/admin/stripe-cli/default.nix
index da39ebfac739b..e3241aacab698 100644
--- a/pkgs/tools/admin/stripe-cli/default.nix
+++ b/pkgs/tools/admin/stripe-cli/default.nix
@@ -2,16 +2,16 @@
 
 buildGoModule rec {
   pname = "stripe-cli";
-  version = "1.8.1";
+  version = "1.8.4";
 
   src = fetchFromGitHub {
     owner = "stripe";
     repo = pname;
     rev = "v${version}";
-    sha256 = "sha256-R1w+dVBIPbmBOhtVWKfB4tS+Jp1/tahRk6rifPM53HA=";
+    sha256 = "sha256-TP366SozSNfxUGYXIOObfIul0BhQtIGQYZLwH/TPFs0=";
   };
 
-  vendorSha256 = "sha256-KgoSJcVUtE4ryJLtQXNCdl51sgO94vyb682OdL5CYw8=";
+  vendorSha256 = "sha256-1c+YtfRy1ey0z117YHHkrCnpb7g+DmM+LR1rjn1YwMQ=";
 
   subPackages = [
     "cmd/stripe"