Merge pull request #240260 from r-ryantm/auto-update/sentry-native

sentry-native: 0.6.3 -> 0.6.4
This commit is contained in:
Mario Rodas
2023-06-28 02:11:55 -05:00
committed by GitHub
@@ -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 = [