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

Merge pull request #315587 from r-ryantm/auto-update/sentry-native

sentry-native: 0.7.4 -> 0.7.5
parents c91cd5bc b368f655
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,13 +9,13 @@

stdenv.mkDerivation rec {
  pname = "sentry-native";
  version = "0.7.4";
  version = "0.7.5";

  src = fetchFromGitHub {
    owner = "getsentry";
    repo = "sentry-native";
    rev = version;
    hash = "sha256-vmoBTFhSSYMzbjQIGTCvMvOvVv+2y23RZx589rMR5bs=";
    hash = "sha256-Q19b2J7v94jByzQUPHdot7MZZTLa6cgZgzSYkSbyyHw=";
  };

  nativeBuildInputs = [