Unverified Commit 377fbcca authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

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

sentry-native: 0.6.0 -> 0.6.1
parents a6bc6ed6 947007c1
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.0";
  version = "0.6.1";

  src = fetchFromGitHub {
    owner = "getsentry";
    repo = "sentry-native";
    rev = version;
    hash = "sha256-43THyqbujbXIW+y8KPkTiLg95XCV8l1fiWfd2V+/Fas=";
    hash = "sha256-I4++of7P8AwTMh48UM+yXjbNykYwJJg1Y8bpGKKAicA=";
  };

  nativeBuildInputs = [