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

sentry-native: 0.6.0 -> 0.6.1
This commit is contained in:
Mario Rodas 2023-04-05 07:06:51 -05:00 committed by GitHub
commit 377fbcca64
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 = [