From 48423e1f15f3e430fa056d3119b0590495f02c1f Mon Sep 17 00:00:00 2001 From: 06kellyjac Date: Thu, 26 Feb 2026 10:51:00 +0000 Subject: [PATCH] stripe-cli: 1.31.0 -> 1.37.1 Diff: https://github.com/stripe/stripe-cli/compare/v1.31.0...v1.37.1 Changelog: https://github.com/stripe/stripe-cli/releases/tag/v1.37.1 --- pkgs/by-name/st/stripe-cli/package.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/by-name/st/stripe-cli/package.nix b/pkgs/by-name/st/stripe-cli/package.nix index f1da78fc4789..efd9a32418ce 100644 --- a/pkgs/by-name/st/stripe-cli/package.nix +++ b/pkgs/by-name/st/stripe-cli/package.nix @@ -12,7 +12,7 @@ buildGoModule (finalAttrs: { pname = "stripe-cli"; - version = "1.31.0"; + version = "1.37.1"; # required for tests __darwinAllowLocalNetworking = true; @@ -21,7 +21,7 @@ buildGoModule (finalAttrs: { owner = "stripe"; repo = "stripe-cli"; tag = "v${finalAttrs.version}"; - hash = "sha256-fvemd1yo8WOWob/l3TU9lHcFc7OAI/oaX5XEK38vDwo="; + hash = "sha256-ItaJ+REOgOeJdeqJ3amZqNK38TssILOOp3ddxiEHS9c="; }; vendorHash = "sha256-EDdRgApJ7gv/4ma/IfaHi+jjpTPegsUfqHbvoFMn048=";