sentry-native: 0.6.4 -> 0.6.5

This commit is contained in:
R. Ryantm 2023-07-15 21:00:37 +00:00
parent 2a22bb7087
commit 58a7237fbf

View file

@ -9,13 +9,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "sentry-native"; pname = "sentry-native";
version = "0.6.4"; version = "0.6.5";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "getsentry"; owner = "getsentry";
repo = "sentry-native"; repo = "sentry-native";
rev = version; rev = version;
hash = "sha256-AMGp2tfYMocIdnqHXqxPBoNH+6E8MtCuNTYlt9CigcY="; hash = "sha256-x9xqcQQQS6hUcZaF8Ei8OmDXUP+y3prVyjlzwm4+4ko=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [