sentry-native: 0.9.0 -> 0.9.1

This commit is contained in:
R. Ryantm 2025-06-25 13:02:34 +00:00
parent e23bbe3b8f
commit c4f9164d90

View File

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