Unverified Commit 637c2f88 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

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

sentry-cli: 2.21.1 -> 2.21.2
parents 5f6f7dfa 399360be
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -9,13 +9,13 @@
}:
rustPlatform.buildRustPackage rec {
  pname = "sentry-cli";
  version = "2.21.1";
  version = "2.21.2";

  src = fetchFromGitHub {
    owner = "getsentry";
    repo = "sentry-cli";
    rev = version;
    sha256 = "sha256-GMK3fAmYYxwwlXXbCluDFu8YWId77F4mrdxXIIO+jc8=";
    sha256 = "sha256-2CNV1y2/D2KrQylWqd5DDQYOAhR7pGeBFva1wysGZRw=";
  };
  doCheck = false;

@@ -25,7 +25,7 @@ rustPlatform.buildRustPackage rec {
  buildInputs = [ openssl ] ++ lib.optionals stdenv.isDarwin [ Security SystemConfiguration ];
  nativeBuildInputs = [ pkg-config ];

  cargoHash = "sha256-wUQ9HbBNNB66394RPHaoGJkFrL28xW5CIXDzGnMIPKY=";
  cargoHash = "sha256-jZUL2/iLOITIfonXzJS/K6wRSPPb2aY9ASbq1KTf+kM=";

  meta = with lib; {
    homepage = "https://docs.sentry.io/cli/";