meld: 3.22.2 → 3.22.3

https://gitlab.gnome.org/GNOME/meld/-/compare/3.22.2...3.22.3
This commit is contained in:
Jan Tojnar
2025-01-08 10:29:39 +01:00
parent 784a71bab5
commit ef6d8cb6bd
+2 -2
View File
@@ -22,13 +22,13 @@
python3.pkgs.buildPythonApplication rec {
pname = "meld";
version = "3.22.2";
version = "3.22.3";
format = "other";
src = fetchurl {
url = "mirror://gnome/sources/${pname}/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
sha256 = "sha256-RqCnE/vNGxU7N3oeB1fIziVcmCJGdljqz72JsekjFu8=";
sha256 = "sha256-N/fynrH/D+xNiwiNVIPFVt4QifbQGP5tSBmTyvJJnYQ=";
};
nativeBuildInputs = [