about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2023-02-19 10:18:40 -0500
committerGitHub <noreply@github.com>2023-02-19 10:18:40 -0500
commit8455a10137609ed87c72147782e233495a19646d (patch)
treed9eaf4a2a81e1ae44fa13361ed13203509e77e27
parent2fe7e66ca091f5d3e7cef55ac4d8354ac13c5062 (diff)
parent2e97ef89424435f8a48991f389daa869c441fad9 (diff)
Merge pull request #217150 from r-ryantm/auto-update/sentry-cli
sentry-cli: 2.12.0 -> 2.13.0
-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 f4fac6644646d..9f1d0f592f4ec 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.12.0";
+  version = "2.13.0";
 
   src = fetchFromGitHub {
     owner = "getsentry";
     repo = "sentry-cli";
     rev = version;
-    sha256 = "sha256-HkaCaOVbEEy8H6gN9hoiDEEQM+XWyUJ4gYPxTlbBGgA=";
+    sha256 = "sha256-U6L2JQk/fYuxmZdt3CvPSaaEDRgZby0CiPT0nJGuVwA=";
   };
   doCheck = false;
 
@@ -25,7 +25,7 @@ rustPlatform.buildRustPackage rec {
   buildInputs = [ openssl ] ++ lib.optionals stdenv.isDarwin [ Security SystemConfiguration ];
   nativeBuildInputs = [ pkg-config ];
 
-  cargoHash = "sha256-4RUeUwixb5omcHT4jJHJKF2lYZE/4014DnrR2j7sen0=";
+  cargoHash = "sha256-gF3a8oCHmnNgatvbM1DeOQknXMMcHgerx2OcDdyqC8U=";
 
   meta = with lib; {
     homepage = "https://docs.sentry.io/cli/";