From 0bd0eda4d725fb20b92e598dd2a5f321ae6a23cb Mon Sep 17 00:00:00 2001 From: kashw2 Date: Sun, 3 Sep 2023 17:28:45 +1000 Subject: [PATCH] stripe-cli: 1.17.1 -> 1.17.2 --- pkgs/tools/admin/stripe-cli/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/tools/admin/stripe-cli/default.nix b/pkgs/tools/admin/stripe-cli/default.nix index 727f6f605cbe..45fdbff60321 100644 --- a/pkgs/tools/admin/stripe-cli/default.nix +++ b/pkgs/tools/admin/stripe-cli/default.nix @@ -2,13 +2,13 @@ buildGoModule rec { pname = "stripe-cli"; - version = "1.17.1"; + version = "1.17.2"; src = fetchFromGitHub { owner = "stripe"; repo = pname; rev = "v${version}"; - hash = "sha256-5j2DHbBLHQWtkQP8qTTxD949alo5mh88Vgv5cus8C/w="; + hash = "sha256-MzzjrGtqbtZMvfL7dPAsKHF2ZTneSdtDuwHQQcyrQDw="; }; vendorHash = "sha256-DYA6cu2KzEBZ4wsT7wjcdY1endQQOZlj2aOwu6iGLew="; @@ -72,7 +72,7 @@ buildGoModule rec { Create, retrieve, update, or delete API objects. ''; license = with licenses; [ asl20 ]; - maintainers = with maintainers; [ RaghavSood jk ]; + maintainers = with maintainers; [ RaghavSood jk kashw2 ]; mainProgram = "stripe"; }; }