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

sentry-native: 0.7.7 -> 0.7.8
This commit is contained in:
Nick Cao 2024-08-07 14:50:43 -04:00 committed by GitHub
commit ca098c38c5
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.7";
version = "0.7.8";
src = fetchFromGitHub {
owner = "getsentry";
repo = "sentry-native";
rev = version;
hash = "sha256-5hrjwDeJH2XuPa/vVJGC45AmBT4s0aeSiE46iDKHsUk=";
hash = "sha256-S9fkxLCeQdHOt1FUa8CcZMmORNcxwQSuchng/dNq4g8=";
};
nativeBuildInputs = [