Unverified Commit 72b5cfd6 authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

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

sentry-native: 0.6.4 -> 0.6.5
parents 66c99085 58a7237f
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.6.4";
  version = "0.6.5";

  src = fetchFromGitHub {
    owner = "getsentry";
    repo = "sentry-native";
    rev = version;
    hash = "sha256-AMGp2tfYMocIdnqHXqxPBoNH+6E8MtCuNTYlt9CigcY=";
    hash = "sha256-x9xqcQQQS6hUcZaF8Ei8OmDXUP+y3prVyjlzwm4+4ko=";
  };

  nativeBuildInputs = [