sentry-native: 0.6.3 -> 0.6.4

This commit is contained in:
R. Ryantm 2023-06-28 04:10:15 +00:00
parent dde8c4b5df
commit f9b6797fb6

View File

@ -9,13 +9,13 @@
stdenv.mkDerivation rec {
pname = "sentry-native";
version = "0.6.3";
version = "0.6.4";
src = fetchFromGitHub {
owner = "getsentry";
repo = "sentry-native";
rev = version;
hash = "sha256-GefuMsMFmNyAn+xmnRqUjyWFHqiF/kIzqBCF6mk3vx0=";
hash = "sha256-AMGp2tfYMocIdnqHXqxPBoNH+6E8MtCuNTYlt9CigcY=";
};
nativeBuildInputs = [