meson: 1.5.0 -> 1.5.1

This commit is contained in:
Alyssa Ross 2024-07-29 11:25:02 +02:00
parent d9518581b7
commit 332946ab2f
No known key found for this signature in database
GPG Key ID: F9DBED4859B271C0

View File

@ -21,13 +21,13 @@ let
in
python3.pkgs.buildPythonApplication rec {
pname = "meson";
version = "1.5.0";
version = "1.5.1";
src = fetchFromGitHub {
owner = "mesonbuild";
repo = "meson";
rev = "refs/tags/${version}";
hash = "sha256-Y//8fXBNdx+ikpvg+S5Bk2rN3UVS5qo2bnbTSVBb8b8=";
hash = "sha256-BqsEO1a93a8d7/UH232buSPBt+WSNJbw1DGYA2nm9rs=";
};
patches = [
@ -81,12 +81,6 @@ python3.pkgs.buildPythonApplication rec {
hash = "sha256-XkwNQ5eg/fVekhsFg/V2/S2LbIVGz3H0wsSFlUT3ZZE=";
})
(fetchpatch {
name = "cross.patch";
url = "https://github.com/mesonbuild/meson/pull/13411.patch";
hash = "sha256-IHSV0Dfse0lzDtxh/+APc/dzGr/BUbR/WIOqDsm7/8Y=";
})
# Fix extraframework lookup on case-sensitive APFS.
# https://github.com/mesonbuild/meson/pull/13038
./007-case-sensitive-fs.patch