sentry-native: 0.12.3 -> 0.12.4 (#484018)

This commit is contained in:
nixpkgs-ci[bot]
2026-01-26 15:03:18 +00:00
committed by GitHub
+2 -2
View File
@@ -10,13 +10,13 @@
stdenv.mkDerivation rec {
pname = "sentry-native";
version = "0.12.3";
version = "0.12.4";
src = fetchFromGitHub {
owner = "getsentry";
repo = "sentry-native";
tag = version;
hash = "sha256-0ch5qIsjOZFhmwm3SkNulecCtPl1xWS4NHyPU0BRit4=";
hash = "sha256-g0CRuupd8KyKWsBKOvNXZ7grrzJuREuYP4bz66SvpbU=";
};
nativeBuildInputs = [