meld: 3.23.0 -> 3.23.1

This commit is contained in:
R. Ryantm
2026-01-04 10:35:07 +00:00
parent d410f1407c
commit 607edaef56
+2 -2
View File
@@ -22,13 +22,13 @@
python3.pkgs.buildPythonApplication rec {
pname = "meld";
version = "3.23.0";
version = "3.23.1";
format = "other";
src = fetchurl {
url = "mirror://gnome/sources/meld/${lib.versions.majorMinor version}/meld-${version}.tar.xz";
hash = "sha256-mDwqQkDgJaIQnHc4GYcQ6dawY8kQsEgzLRRpDPU4wqY=";
hash = "sha256-c/gnkkZjx8a0UadMg4UwTZn+qhPIH04KFx2ll8aENXQ=";
};
nativeBuildInputs = [