Skip to content

Commit 6e825d6

Browse files
committed
sentry-cli: 2.14.3 -> 2.14.4
1 parent 55544a3 commit 6e825d6

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pkgs/development/tools/sentry-cli/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@
99
}:
1010
rustPlatform.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/";

0 commit comments

Comments
 (0)