stripe-cli: 1.29.0 -> 1.30.0

This commit is contained in:
R. Ryantm
2025-08-29 00:30:19 +00:00
parent 559268ace9
commit 1d176d0f61
+2 -2
View File
@@ -8,13 +8,13 @@
buildGoModule rec {
pname = "stripe-cli";
version = "1.29.0";
version = "1.30.0";
src = fetchFromGitHub {
owner = "stripe";
repo = "stripe-cli";
rev = "v${version}";
hash = "sha256-7WL+usB6FrQ7xZwfQT59U1um2eTLDx7sbFsxaAlG9+Y=";
hash = "sha256-qDrEDP3gDHggXxavMVuVitFN+OWz5WlamePS/1/zlq8=";
};
vendorHash = "sha256-EDdRgApJ7gv/4ma/IfaHi+jjpTPegsUfqHbvoFMn048=";