about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2024-03-28 18:23:23 -0500
committerGitHub <noreply@github.com>2024-03-28 18:23:23 -0500
commit0ea58fc9f265068860ffe1205c0bfe8bd9ba999d (patch)
tree445d1855831b96c49a66792761ee3386808da015
parent445b78480fd4e99fa276837714f9cdd0f0fbc3f1 (diff)
parent27d5dff91ce024144ba565599285cd4672328cb8 (diff)
downloadnixlib-0ea58fc9f265068860ffe1205c0bfe8bd9ba999d.tar
nixlib-0ea58fc9f265068860ffe1205c0bfe8bd9ba999d.tar.gz
nixlib-0ea58fc9f265068860ffe1205c0bfe8bd9ba999d.tar.bz2
nixlib-0ea58fc9f265068860ffe1205c0bfe8bd9ba999d.tar.lz
nixlib-0ea58fc9f265068860ffe1205c0bfe8bd9ba999d.tar.xz
nixlib-0ea58fc9f265068860ffe1205c0bfe8bd9ba999d.tar.zst
nixlib-0ea58fc9f265068860ffe1205c0bfe8bd9ba999d.zip
Merge pull request #299237 from r-ryantm/auto-update/sentry-cli
sentry-cli: 2.30.2 -> 2.30.4
-rw-r--r--pkgs/development/tools/sentry-cli/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/tools/sentry-cli/default.nix b/pkgs/development/tools/sentry-cli/default.nix
index 06b77135d484..92711b2d72df 100644
--- a/pkgs/development/tools/sentry-cli/default.nix
+++ b/pkgs/development/tools/sentry-cli/default.nix
@@ -11,13 +11,13 @@
 }:
 rustPlatform.buildRustPackage rec {
   pname = "sentry-cli";
-  version = "2.30.2";
+  version = "2.30.4";
 
   src = fetchFromGitHub {
     owner = "getsentry";
     repo = "sentry-cli";
     rev = version;
-    sha256 = "sha256-ThZb6/Mprz9qgEGsJ+EbENvjmgehDsjVgFGBq4PZMRM=";
+    sha256 = "sha256-J+8/sCFSd2BYQgKOl8OZoxlFLB8scDY5Bl7GAQ54/RM=";
   };
   doCheck = false;
 
@@ -27,7 +27,7 @@ rustPlatform.buildRustPackage rec {
   buildInputs = [ openssl ] ++ lib.optionals stdenv.isDarwin [ CoreServices Security SystemConfiguration ];
   nativeBuildInputs = [ installShellFiles pkg-config ];
 
-  cargoHash = "sha256-yoBoPk5PvMLGvhU/kg+WwO5WgwEnfKQlnkCC6IctfAI=";
+  cargoHash = "sha256-622cEaHEMmVspabsIYgQ5ySbaDr9qB1FjxJ5NwbeGx8=";
 
   postInstall = ''
     installShellCompletion --cmd sentry-cli \