meson: 1.9.1 -> 1.10.1

This commit is contained in:
Alyssa Ross
2026-01-18 19:18:01 +01:00
parent 1412caf7bf
commit 8fa87067c6
+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 = [