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

stripe-cli: 1.17.2 -> 1.18.0
This commit is contained in:
Nick Cao
2023-10-20 08:10:40 -04:00
committed by GitHub
+2 -2
View File
@@ -2,13 +2,13 @@
buildGoModule rec {
pname = "stripe-cli";
version = "1.17.2";
version = "1.18.0";
src = fetchFromGitHub {
owner = "stripe";
repo = pname;
rev = "v${version}";
hash = "sha256-MzzjrGtqbtZMvfL7dPAsKHF2ZTneSdtDuwHQQcyrQDw=";
hash = "sha256-1AdR0PHAhrMbeCD5zNsU9JoXInQD+qUIYfveBD60wR0=";
};
vendorHash = "sha256-DYA6cu2KzEBZ4wsT7wjcdY1endQQOZlj2aOwu6iGLew=";