We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eac5f2c commit 9c54bffCopy full SHA for 9c54bff
pkgs/by-name/st/stripe-cli/package.nix
@@ -2,13 +2,13 @@
2
3
buildGoModule rec {
4
pname = "stripe-cli";
5
- version = "1.23.3";
+ version = "1.23.5";
6
7
src = fetchFromGitHub {
8
owner = "stripe";
9
repo = "stripe-cli";
10
rev = "v${version}";
11
- hash = "sha256-4Bl8mC5dc2HTh8/7T1rZOFqjGMq0KwUZQRpIqRqazeM=";
+ hash = "sha256-FvMCmR0/a9JJBl7Q3s5/G9/aiTvk/E3rCLobOXGaO1I=";
12
};
13
vendorHash = "sha256-d5cHnZ0iBBpc1yIOhsCVjx3ef+CNDNs43fr1D+o1qCc=";
14
0 commit comments