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

sentry-native: 0.7.0 -> 0.7.1
This commit is contained in:
Mario Rodas 2024-03-23 20:03:44 -05:00 committed by GitHub
commit 83230b7562
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -9,13 +9,13 @@
stdenv.mkDerivation rec {
pname = "sentry-native";
version = "0.7.0";
version = "0.7.1";
src = fetchFromGitHub {
owner = "getsentry";
repo = "sentry-native";
rev = version;
hash = "sha256-e2VjQ3U72X+bwRAi/6StLDWT8tf/MjatnmC/+jCgzTo=";
hash = "sha256-t1lk0gW72uQrLbeLdvlFzYEvOarbW2ya7sK6Ru3FW+o=";
};
nativeBuildInputs = [