meld: 3.22.1 → 3.22.2

https://gitlab.gnome.org/GNOME/meld/-/compare/3.22.1...3.22.2
This commit is contained in:
R. RyanTM 2024-03-26 08:55:54 -07:00 committed by GitHub
parent d3b17d0b54
commit 260cb37bd5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -18,13 +18,13 @@
python3.pkgs.buildPythonApplication rec {
pname = "meld";
version = "3.22.1";
version = "3.22.2";
format = "other";
src = fetchurl {
url = "mirror://gnome/sources/${pname}/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
sha256 = "sha256-bdO9MtvUNBq6djD7lTd393x3aB7qIjazZB1iKo+QaDY=";
sha256 = "sha256-RqCnE/vNGxU7N3oeB1fIziVcmCJGdljqz72JsekjFu8=";
};
nativeBuildInputs = [