Merge pull request #322888 from r-ryantm/auto-update/stripe-cli

stripe-cli: 1.19.5 -> 1.21.0
This commit is contained in:
Raghav Sood
2024-06-28 00:09:02 +08:00
committed by GitHub
+3 -3
View File
@@ -2,15 +2,15 @@
buildGoModule rec {
pname = "stripe-cli";
version = "1.19.5";
version = "1.21.0";
src = fetchFromGitHub {
owner = "stripe";
repo = pname;
rev = "v${version}";
hash = "sha256-gunLbZOT0cnWGxc6714XcPdHJVK4LbDBwC2zt03WrUM=";
hash = "sha256-8r+Gu36zAmNTZb6xA5iS0+smkmJ7UrdGi9TaUXUr5aQ=";
};
vendorHash = "sha256-xFWU+OazwLTb5qdFeYth1MlPJ76nEK4qSCNGVhC/PxE=";
vendorHash = "sha256-TuxYJ3u4/5PJYRoRgom+M1au9XerZ+vj9X3jUWTPM58=";
nativeBuildInputs = [ installShellFiles ];