meson: 1.8.2 -> 1.8.3

This commit is contained in:
Alyssa Ross
2025-08-01 18:05:10 +02:00
parent 4e51faf97d
commit 023310e44e
+2 -2
View File
@@ -16,14 +16,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "meson";
version = "1.8.2";
version = "1.8.3";
format = "setuptools";
src = fetchFromGitHub {
owner = "mesonbuild";
repo = "meson";
tag = version;
hash = "sha256-xH3JPlXXkLKKT8Gay6qHG/JXTT1UcUCQaSC65Vxhfl0=";
hash = "sha256-Htjr/gZ4G53XY/kuGsbToZOo+ptDoNA737aaqDT1AUo=";
};
patches = [