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

sentry-native: 0.7.1 -> 0.7.2
This commit is contained in:
Weijia Wang 2024-04-09 22:25:36 +02:00 committed by GitHub
commit def246052c
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.1";
version = "0.7.2";
src = fetchFromGitHub {
owner = "getsentry";
repo = "sentry-native";
rev = version;
hash = "sha256-t1lk0gW72uQrLbeLdvlFzYEvOarbW2ya7sK6Ru3FW+o=";
hash = "sha256-0yFRDQ/f0oVbpZ4wev28xCTVkbXr58Tt0Czda3ppRWk=";
};
nativeBuildInputs = [