meson: 1.10.1 -> 1.10.2

This commit is contained in:
Alyssa Ross
2026-03-15 18:43:29 +01:00
parent 28713d9f7c
commit 433429ddbd

View File

@@ -16,14 +16,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "meson";
version = "1.10.1";
version = "1.10.2";
format = "setuptools";
src = fetchFromGitHub {
owner = "mesonbuild";
repo = "meson";
tag = version;
hash = "sha256-UeSD3lIZ5hz3UsxZ1sCPzUhiekr3WIEiGxu+inyV8vo=";
hash = "sha256-3Zeavn6aW6920gM7yE73Ms1RPCP2GjX9IUL9YGmISfY=";
};
patches = [