File tree Expand file tree Collapse file tree
pkgs/development/tools/sentry-cli Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99} :
1010rustPlatform . buildRustPackage rec {
1111 pname = "sentry-cli" ;
12- version = "2.14.3 " ;
12+ version = "2.14.4 " ;
1313
1414 src = fetchFromGitHub {
1515 owner = "getsentry" ;
1616 repo = "sentry-cli" ;
1717 rev = version ;
18- sha256 = "sha256-l2/gwguNQAcnBGQxVGBUecIFbp8CHrrqDrjRFxaeVe4 =" ;
18+ sha256 = "sha256-7uZPtMu6U6T5TwwnMy/xy7dKVl77Exmj1U3ue6S/rrI =" ;
1919 } ;
2020 doCheck = false ;
2121
@@ -25,7 +25,7 @@ rustPlatform.buildRustPackage rec {
2525 buildInputs = [ openssl ] ++ lib . optionals stdenv . isDarwin [ Security SystemConfiguration ] ;
2626 nativeBuildInputs = [ pkg-config ] ;
2727
28- cargoHash = "sha256-h9rkTnGFMclTTyUy39rpKiorcy3953u2nbHiydOAmqI =" ;
28+ cargoHash = "sha256-tezeakmPtujtdr1nc2anaJAWCJ3lS2L/LsH8qa1O3tI =" ;
2929
3030 meta = with lib ; {
3131 homepage = "https://docs.sentry.io/cli/" ;
You can’t perform that action at this time.
0 commit comments