sentry-native: 0.7.16 -> 0.7.17

This commit is contained in:
R. Ryantm
2024-12-18 15:12:49 +00:00
parent a98c720fb6
commit d9abdb3bb0
+2 -2
View File
@@ -9,13 +9,13 @@
stdenv.mkDerivation rec {
pname = "sentry-native";
version = "0.7.16";
version = "0.7.17";
src = fetchFromGitHub {
owner = "getsentry";
repo = "sentry-native";
rev = version;
hash = "sha256-CLJdr/hHP/yW6Pv3MR2qno6lU7Q0W+usrBfdKF5K1g0=";
hash = "sha256-bOtSFSBED5xXoONQVX+myBkoKyTCTuP6BZSX/XXwlZo=";
};
nativeBuildInputs = [