about summary refs log tree commit diff
path: root/pkgs/development/tools/sentry-cli
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-03-09 06:07:03 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-03-09 06:07:03 +0000
commit6e825d6f548078e07f585d0002559361b2ebc969 (patch)
tree6afa9782e1b7313ba2ead87f3b76da3c2cf42fd2 /pkgs/development/tools/sentry-cli
parent55544a3fd9ec7b018281b20ec0b0c8f29a1b46c3 (diff)
sentry-cli: 2.14.3 -> 2.14.4
Diffstat (limited to 'pkgs/development/tools/sentry-cli')
-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 7a9f76d19c48a..222aa13698f44 100644
--- a/pkgs/development/tools/sentry-cli/default.nix
+++ b/pkgs/development/tools/sentry-cli/default.nix
@@ -9,13 +9,13 @@
 }:
 rustPlatform.buildRustPackage rec {
   pname = "sentry-cli";
-  version = "2.14.3";
+  version = "2.14.4";
 
   src = fetchFromGitHub {
     owner = "getsentry";
     repo = "sentry-cli";
     rev = version;
-    sha256 = "sha256-l2/gwguNQAcnBGQxVGBUecIFbp8CHrrqDrjRFxaeVe4=";
+    sha256 = "sha256-7uZPtMu6U6T5TwwnMy/xy7dKVl77Exmj1U3ue6S/rrI=";
   };
   doCheck = false;
 
@@ -25,7 +25,7 @@ rustPlatform.buildRustPackage rec {
   buildInputs = [ openssl ] ++ lib.optionals stdenv.isDarwin [ Security SystemConfiguration ];
   nativeBuildInputs = [ pkg-config ];
 
-  cargoHash = "sha256-h9rkTnGFMclTTyUy39rpKiorcy3953u2nbHiydOAmqI=";
+  cargoHash = "sha256-tezeakmPtujtdr1nc2anaJAWCJ3lS2L/LsH8qa1O3tI=";
 
   meta = with lib; {
     homepage = "https://docs.sentry.io/cli/";