sentry-native: 0.14.0 -> 0.15.0

This commit is contained in:
R. Ryantm
2026-06-15 09:26:12 +00:00
parent 5ee58ee18e
commit 81ee01ca07
+2 -2
View File
@@ -10,13 +10,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "sentry-native";
version = "0.14.0";
version = "0.15.0";
src = fetchFromGitHub {
owner = "getsentry";
repo = "sentry-native";
tag = finalAttrs.version;
hash = "sha256-TIKYmHSoKd3aJ3lXigcUsFLcps51Y0h7coBCa+drE1U=";
hash = "sha256-zJP1mPkssDlrLzsUmxaSVMAImhI132+3R9JJiCxFH7o=";
};
nativeBuildInputs = [