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-03-04 18:30:36 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-03-04 18:30:36 +0000
commit141af24d82e2505c95871caa11688391412a0a20 (patch)
tree6575aa3879f85457d06827188e12b5e3f9abc869 /pkgs/tools/admin/stripe-cli
parent26f7da7478f13917a626ced377c34273122bd2fe (diff)
stripe-cli: 1.7.13 -> 1.8.0
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 673f7796f8c33..347f6d6f7cf70 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.7.13";
+  version = "1.8.0";
 
   src = fetchFromGitHub {
     owner = "stripe";
     repo = pname;
     rev = "v${version}";
-    sha256 = "sha256-XYhOBEpHVAJ/PHovMylme56le33IUM5C9HEZAm/gG3I=";
+    sha256 = "sha256-5Dvmlzhu7xqJAcAdyjPJ/iMooK7N+Qv8J93uEySYb/s=";
   };
 
-  vendorSha256 = "sha256-OP39ZuWBz/lutuYGbYLVEtjIirXq89QTdltq2v0NWRE=";
+  vendorSha256 = "sha256-KgoSJcVUtE4ryJLtQXNCdl51sgO94vyb682OdL5CYw8=";
 
   subPackages = [
     "cmd/stripe"