sentry-native: 0.13.6 -> 0.13.7

This commit is contained in:
R. Ryantm
2026-04-24 05:17:56 +00:00
parent 1a78a34963
commit 3962ccc45e
+2 -2
View File
@@ -10,13 +10,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "sentry-native";
version = "0.13.6";
version = "0.13.7";
src = fetchFromGitHub {
owner = "getsentry";
repo = "sentry-native";
tag = finalAttrs.version;
hash = "sha256-4ZHA/sUHAhYwduLPbFQ3Ju8Pjdz14oiIcSvpFMrbkgE=";
hash = "sha256-TrczlrPn9b0i5uJmt0bd0XOuH+R8WXIV2WQxLRnFYgA=";
};
nativeBuildInputs = [