sentry-native: 0.9.1 -> 0.10.0

This commit is contained in:
R. Ryantm 2025-08-08 13:08:44 +00:00
parent 250481b939
commit ddd670ff1b

View File

@ -10,13 +10,13 @@
stdenv.mkDerivation rec {
pname = "sentry-native";
version = "0.9.1";
version = "0.10.0";
src = fetchFromGitHub {
owner = "getsentry";
repo = "sentry-native";
tag = version;
hash = "sha256-jB744MO5GaZMQWIToyv1g4WzVu99qt/Cx0shvK7SW/c=";
hash = "sha256-65Eylc0l3R0bQeKyb7JgULbZCldaR7TZmMvYB9wz/1M=";
};
nativeBuildInputs = [