sentry-native: 0.15.3 -> 0.15.4

This commit is contained in:
R. Ryantm
2026-07-21 02:46:11 +00:00
parent 41ce788712
commit de15923fd4
+2 -2
View File
@@ -10,13 +10,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "sentry-native";
version = "0.15.3";
version = "0.15.4";
src = fetchFromGitHub {
owner = "getsentry";
repo = "sentry-native";
tag = finalAttrs.version;
hash = "sha256-9UwF8B1dd4RhboMgkZCHI3UqAm8aZAhgLo9VzjwlW/I=";
hash = "sha256-McOb4ICd6/6CTjG63Pzei5LAvfLcnL34qnwvU0RDm1A=";
};
nativeBuildInputs = [