sentry-native: 0.6.1 -> 0.6.2

This commit is contained in:
R. Ryantm 2023-05-06 05:55:05 +00:00
parent 08ba5ce824
commit a9549f1987

View file

@ -9,13 +9,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "sentry-native"; pname = "sentry-native";
version = "0.6.1"; version = "0.6.2";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "getsentry"; owner = "getsentry";
repo = "sentry-native"; repo = "sentry-native";
rev = version; rev = version;
hash = "sha256-I4++of7P8AwTMh48UM+yXjbNykYwJJg1Y8bpGKKAicA="; hash = "sha256-cKDKdwkmvmB7O5tvCYtAHFdZFlcTk3I95AuA0dr+oX8=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [