summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-07-09 08:18:10 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-07-09 08:18:10 +0000
commit2fed004f958826071d03e6a7f2a47278aa54457c (patch)
treeff30ceb7ac2edadafd5e3855d6b412f47b593215
parent4cee14d1c9cb8a65f235160de3ba26e5757b791d (diff)
downloadnixpkgs-2fed004f958826071d03e6a7f2a47278aa54457c.tar
nixpkgs-2fed004f958826071d03e6a7f2a47278aa54457c.tar.gz
nixpkgs-2fed004f958826071d03e6a7f2a47278aa54457c.tar.bz2
nixpkgs-2fed004f958826071d03e6a7f2a47278aa54457c.tar.lz
nixpkgs-2fed004f958826071d03e6a7f2a47278aa54457c.tar.xz
nixpkgs-2fed004f958826071d03e6a7f2a47278aa54457c.tar.zst
nixpkgs-2fed004f958826071d03e6a7f2a47278aa54457c.zip
sentry-cli: 2.19.1 -> 2.19.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 bf75c3e19ec..e99cd52667d 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.19.1";
+  version = "2.19.4";
 
   src = fetchFromGitHub {
     owner = "getsentry";
     repo = "sentry-cli";
     rev = version;
-    sha256 = "sha256-Va9hVXsASkDCGEGGy+QdJOswHHfORDu2t2qj7lUapsc=";
+    sha256 = "sha256-C86s/fQlQc49TP9CSzA8lPKBd2YKnuJNL//GPvxcVBU=";
   };
   doCheck = false;
 
@@ -25,7 +25,7 @@ rustPlatform.buildRustPackage rec {
   buildInputs = [ openssl ] ++ lib.optionals stdenv.isDarwin [ Security SystemConfiguration ];
   nativeBuildInputs = [ pkg-config ];
 
-  cargoHash = "sha256-CPNvLxJABgJ2HCt86v7G6ykGHPtCTpCXc832PtWaxyU=";
+  cargoHash = "sha256-Ks0IM+iqB9b44mmg6QHTZssQd+9Giu/Be+DUKy5HImg=";
 
   meta = with lib; {
     homepage = "https://docs.sentry.io/cli/";