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>2022-11-01 06:05:44 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-11-01 06:05:44 +0000
commit4a9c748be1463a040e7b49c56abeb72643154731 (patch)
treeb716dd33a71550225f97cc2b9ca0c91461f647ea /pkgs/development/tools/sentry-cli
parentf7ecc5425cf4047066a4e9315ee15979156ad845 (diff)
sentry-cli: 2.8.0 -> 2.8.1
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 f8533f14d3e1d..19d854722235a 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.8.0";
+  version = "2.8.1";
 
   src = fetchFromGitHub {
     owner = "getsentry";
     repo = "sentry-cli";
     rev = version;
-    sha256 = "sha256-4LbIzH+pFTKZWKY0QCd20V1ppJe4EIiGP0KD9VGlCtE=";
+    sha256 = "sha256-91nrxCqX4BJVP9gKcrWrEgjVkTnwkVKxFA8KjcFjaOs=";
   };
   doCheck = false;
 
@@ -25,7 +25,7 @@ rustPlatform.buildRustPackage rec {
   buildInputs = [ openssl ] ++ lib.optionals stdenv.isDarwin [ Security SystemConfiguration ];
   nativeBuildInputs = [ pkg-config ];
 
-  cargoSha256 = "sha256-U4Rpfiw/4pq9G+V/XUews+7Dt/7kqq/vYZ2t2ZO8/tM=";
+  cargoSha256 = "sha256-nWhqYvji53KurLGECsgE13Bwxng8CZUfdkv3mhHSl7Y=";
 
   meta = with lib; {
     homepage = "https://docs.sentry.io/cli/";