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

sentry-native: 0.7.10 -> 0.7.11 (#351996)

parents e2a188cc ec3f7711
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.10";
  version = "0.7.11";

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

  nativeBuildInputs = [