kdiff3: 1.9.5 -> 1.9.6

This commit is contained in:
R. Ryantm 2022-07-31 16:47:00 +00:00 committed by Peter Hoeg
parent 0aca066986
commit a54fb7fc4c

View file

@ -14,11 +14,11 @@
mkDerivation rec {
pname = "kdiff3";
version = "1.9.5";
version = "1.9.6";
src = fetchurl {
url = "https://download.kde.org/stable/${pname}/${pname}-${version}.tar.xz";
sha256 = "sha256-CDchWW2dQ3O8LxKYOUqN21tVp61NckKTOnzYrmRoPBo=";
sha256 = "sha256-rJIkdvhQYTpzkoTj+vR3yYrDSa0Vpzeity3thFH2srw=";
};
buildInputs = [ boost ];