Unverified Commit 2fafa342 authored by h7x4's avatar h7x4 Committed by GitHub
Browse files

sentry-native: 0.7.19 -> 0.7.20 (#384541)

parents feba6447 3e143508
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.19";
  version = "0.7.20";

  src = fetchFromGitHub {
    owner = "getsentry";
    repo = "sentry-native";
    rev = version;
    hash = "sha256-N9zrXr5KwcShRfh0bFlK904FN+KPdVNmxYnLxoRkWxA=";
    hash = "sha256-fHjunnLBzJK4LaAGTsFkj2kr1qYM9dx8evMewKvnX9Y=";
  };

  nativeBuildInputs = [