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

sentry-native: 0.7.9 -> 0.7.10 (#343985)

parents 3ed4da05 2dffa692
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.9";
  version = "0.7.10";

  src = fetchFromGitHub {
    owner = "getsentry";
    repo = "sentry-native";
    rev = version;
    hash = "sha256-L7VlsxgjWPCceDuJ9OR6Et6wzaBn1hb0AOFbc7PuZWw=";
    hash = "sha256-1Pro2BXflitUGVbzvjwdSFqwWM/EeuDC3eHEj+7qwm8=";
  };

  nativeBuildInputs = [