Skip to content

Commit a7cce25

Browse files
authored
stripe-cli: 1.23.3 -> 1.23.5 (NixOS#375724)
2 parents 2e89e12 + 9c54bff commit a7cce25

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/st/stripe-cli/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22

33
buildGoModule rec {
44
pname = "stripe-cli";
5-
version = "1.23.3";
5+
version = "1.23.5";
66

77
src = fetchFromGitHub {
88
owner = "stripe";
99
repo = "stripe-cli";
1010
rev = "v${version}";
11-
hash = "sha256-4Bl8mC5dc2HTh8/7T1rZOFqjGMq0KwUZQRpIqRqazeM=";
11+
hash = "sha256-FvMCmR0/a9JJBl7Q3s5/G9/aiTvk/E3rCLobOXGaO1I=";
1212
};
1313
vendorHash = "sha256-d5cHnZ0iBBpc1yIOhsCVjx3ef+CNDNs43fr1D+o1qCc=";
1414

0 commit comments

Comments
 (0)