sentry-native: 0.11.3 -> 0.12.0

This commit is contained in:
R. Ryantm
2025-10-30 23:12:59 +00:00
parent 7b3f19da81
commit bca8c52d62

View File

@@ -10,13 +10,13 @@
stdenv.mkDerivation rec {
pname = "sentry-native";
version = "0.11.3";
version = "0.12.0";
src = fetchFromGitHub {
owner = "getsentry";
repo = "sentry-native";
tag = version;
hash = "sha256-I+vWQWxFpvLnfW7S3YufjM0CD8YgaLy/FL6xGndiXwE=";
hash = "sha256-f9G2sCh49ChFcLaDALpfgrOwHh2mxMaUEQTeYffjXks=";
};
nativeBuildInputs = [