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

sentry-native: 0.7.2 -> 0.7.4
This commit is contained in:
Matthias Beyer 2024-05-26 14:24:42 +02:00 committed by GitHub
commit 403ba2554c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -9,13 +9,13 @@
stdenv.mkDerivation rec {
pname = "sentry-native";
version = "0.7.2";
version = "0.7.4";
src = fetchFromGitHub {
owner = "getsentry";
repo = "sentry-native";
rev = version;
hash = "sha256-0yFRDQ/f0oVbpZ4wev28xCTVkbXr58Tt0Czda3ppRWk=";
hash = "sha256-vmoBTFhSSYMzbjQIGTCvMvOvVv+2y23RZx589rMR5bs=";
};
nativeBuildInputs = [