Merge pull request #330833 from alyssais/meson-1.5.1
meson: 1.5.0 -> 1.5.1
This commit is contained in:
commit
361fc1f33a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user