Commit 2253a3df authored by R. RyanTM's avatar R. RyanTM
Browse files

sentry-native: 0.8.4 -> 0.8.5

parent 6d0d3850
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -10,13 +10,13 @@

stdenv.mkDerivation rec {
  pname = "sentry-native";
  version = "0.8.4";
  version = "0.8.5";

  src = fetchFromGitHub {
    owner = "getsentry";
    repo = "sentry-native";
    tag = version;
    hash = "sha256-0NLxu+aelp36m3ocPhyYz3LDeq310fkyu8WSpZML3Pc=";
    hash = "sha256-mWyBejc5i5yt2AX062o+sACR3P4wtGfzbJJQTItAXYU=";
  };

  nativeBuildInputs = [