sentry-native: 0.13.4 -> 0.13.5

This commit is contained in:
R. Ryantm
2026-04-08 04:12:50 +00:00
parent 24c474ca38
commit beaa7bc1f5
+2 -2
View File
@@ -10,13 +10,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "sentry-native";
version = "0.13.4";
version = "0.13.5";
src = fetchFromGitHub {
owner = "getsentry";
repo = "sentry-native";
tag = finalAttrs.version;
hash = "sha256-8eRiLvwLDqAN8oZayJQ5jDXouXTi4PFb2HtHp0UHAg4=";
hash = "sha256-EXuSc1xpRwECrOHWLs2hT4VoRmF6x+lDCeu4J0ma5uQ=";
};
nativeBuildInputs = [