sentry-native: 0.5.0 -> 0.5.2

This commit is contained in:
R. Ryantm 2022-10-20 20:57:54 +00:00
parent b7d8c68778
commit c3c934350d

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "sentry-native";
version = "0.5.0";
version = "0.5.2";
src = fetchFromGitHub {
owner = "getsentry";
repo = "sentry-native";
rev = version;
sha256 = "sha256-whbzoKIYLwj4yoFaT3frghJd/WzfpolSAuZzQRtnP5E=";
sha256 = "sha256-zSu6jcls1PtoSZNp6VGnXrXS5ViiY6ZghPYWaVwPVtw=";
};
nativeBuildInputs = [ cmake pkg-config ];