Unverified Commit 3133de79 authored by figsoda's avatar figsoda Committed by GitHub
Browse files

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

sentry-cli: 2.18.0 -> 2.18.1
parents d6a1aea1 5685291a
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.18.0";
  version = "2.18.1";

  src = fetchFromGitHub {
    owner = "getsentry";
    repo = "sentry-cli";
    rev = version;
    sha256 = "sha256-ZHhx31V67cZEusbOKFfgNWxXlriS9brlExYG6Z3JjlE=";
    sha256 = "sha256-RIZLXJIc5a8jgJ2snos6AOqnWmbiKiRlFomvsKg/9rw=";
  };
  doCheck = false;

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

  cargoHash = "sha256-ovRdso1ke4e4rQijORxMixSDdjns6tEIK+SLjLv+AV4=";
  cargoHash = "sha256-b4WKszoxBlm0fZzK4YkwwY3+Jff8mXxxoyqwepg1MLo=";

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