meson: 1.9.1 -> 1.10.1 (#464870)

This commit is contained in:
Alyssa Ross
2026-01-21 14:16:21 +00:00
committed by GitHub
+2 -2
View File
@@ -16,14 +16,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "meson";
version = "1.9.1";
version = "1.10.1";
format = "setuptools";
src = fetchFromGitHub {
owner = "mesonbuild";
repo = "meson";
tag = version;
hash = "sha256-t4a/Zp8rC+DMjskdwVvYIfYDAT57zGVfVu7IApwRNGA=";
hash = "sha256-UeSD3lIZ5hz3UsxZ1sCPzUhiekr3WIEiGxu+inyV8vo=";
};
patches = [