sentry-native: 0.10.0 -> 0.10.1

This commit is contained in:
R. Ryantm
2025-09-02 13:48:06 +00:00
parent 5566371150
commit dcda2516e3
+2 -2
View File
@@ -10,13 +10,13 @@
stdenv.mkDerivation rec {
pname = "sentry-native";
version = "0.10.0";
version = "0.10.1";
src = fetchFromGitHub {
owner = "getsentry";
repo = "sentry-native";
tag = version;
hash = "sha256-65Eylc0l3R0bQeKyb7JgULbZCldaR7TZmMvYB9wz/1M=";
hash = "sha256-99C4Nd2YdUElMpbKrNIBjicaWHR2MVqHUu5KryYAT/I=";
};
nativeBuildInputs = [