kdiff3: 1.8.4 -> 1.8.5

This commit is contained in:
R. RyanTM 2021-01-30 06:02:11 +00:00 committed by Peter Hoeg
parent 27da11972d
commit afb84146cf

View file

@ -6,11 +6,11 @@
mkDerivation rec {
pname = "kdiff3";
version = "1.8.4";
version = "1.8.5";
src = fetchurl {
url = "https://download.kde.org/stable/${pname}/${pname}-${version}.tar.xz";
sha256 = "1f1vyhvc31yfxspv5lzw8qjd2w8x74s2fmij1921m307g84qxqbn";
sha256 = "sha256-vJL30E6xI/nFbb4wR69nv3FSQPqZSHrB0czypF4IVME=";
};
nativeBuildInputs = [ extra-cmake-modules kdoctools wrapGAppsHook ];