sentry-native: 0.7.17 -> 0.7.18

This commit is contained in:
R. Ryantm
2025-01-15 02:53:13 +00:00
parent d6f326af01
commit 44c19ef6c3
+2 -2
View File
@@ -9,13 +9,13 @@
stdenv.mkDerivation rec {
pname = "sentry-native";
version = "0.7.17";
version = "0.7.18";
src = fetchFromGitHub {
owner = "getsentry";
repo = "sentry-native";
rev = version;
hash = "sha256-bOtSFSBED5xXoONQVX+myBkoKyTCTuP6BZSX/XXwlZo=";
hash = "sha256-V/2SsLxhu/EenF408RnowGCeKkGpkn1i19Ic1l7Z7f8=";
};
nativeBuildInputs = [