meson: 1.10.1 -> 1.10.2 (#500163)

This commit is contained in:
Emily
2026-03-26 01:53:35 +00:00
committed by GitHub
+2 -2
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 = [