Merge pull request #294462 from r-ryantm/auto-update/sentry-cli

sentry-cli: 2.29.1 -> 2.30.0

authored by Mario Rodas and committed by GitHub f6293f89 3084a4d1

+3 -3
+3 -3
pkgs/development/tools/sentry-cli/default.nix
··· 11 }: 12 rustPlatform.buildRustPackage rec { 13 pname = "sentry-cli"; 14 - version = "2.29.1"; 15 16 src = fetchFromGitHub { 17 owner = "getsentry"; 18 repo = "sentry-cli"; 19 rev = version; 20 - sha256 = "sha256-hSAd+fGEVpCAyG2HzrF0W09yk6ghxX/lwdPQNuGsZW0="; 21 }; 22 doCheck = false; 23 ··· 27 buildInputs = [ openssl ] ++ lib.optionals stdenv.isDarwin [ CoreServices Security SystemConfiguration ]; 28 nativeBuildInputs = [ installShellFiles pkg-config ]; 29 30 - cargoHash = "sha256-g+rGWS/wZncyq9zPOOI+Zq1WEsQarMK2TkccVohJTUs="; 31 32 postInstall = '' 33 installShellCompletion --cmd sentry-cli \
··· 11 }: 12 rustPlatform.buildRustPackage rec { 13 pname = "sentry-cli"; 14 + version = "2.30.0"; 15 16 src = fetchFromGitHub { 17 owner = "getsentry"; 18 repo = "sentry-cli"; 19 rev = version; 20 + sha256 = "sha256-pICQBV8tIGeNoQF694uaVGx1eFN0iLACv1ztKXucKlM="; 21 }; 22 doCheck = false; 23 ··· 27 buildInputs = [ openssl ] ++ lib.optionals stdenv.isDarwin [ CoreServices Security SystemConfiguration ]; 28 nativeBuildInputs = [ installShellFiles pkg-config ]; 29 30 + cargoHash = "sha256-sYPmVum1xY4p7imR1iZdXugM5je4ncNoEf0Q8dvWM4c="; 31 32 postInstall = '' 33 installShellCompletion --cmd sentry-cli \