kdiff3: 1.10.5 -> 1.10.6

This commit is contained in:
Peter Hoeg 2023-10-10 10:06:29 +02:00
parent ba0e049eb2
commit 6ebe8cd150

View File

@ -14,11 +14,11 @@
mkDerivation rec {
pname = "kdiff3";
version = "1.10.5";
version = "1.10.6";
src = fetchurl {
url = "https://download.kde.org/stable/${pname}/${pname}-${version}.tar.xz";
sha256 = "sha256-2wMm0khBGnqaxBMBx/8O83ecvwQKMw/yhQDdwtTxjIw=";
hash = "sha256-EzOu+dZjbGs0ZqF/0sXZbpGdTrUh6isjUoJUETau+zE=";
};
buildInputs = [ boost ];