kdiff3: 1.10.6 -> 1.10.7

This commit is contained in:
R. Ryantm
2023-12-16 23:14:34 +01:00
committed by Peter Hoeg
parent 7486812e01
commit 99bebfa434
+2 -2
View File
@@ -14,11 +14,11 @@
mkDerivation rec {
pname = "kdiff3";
version = "1.10.6";
version = "1.10.7";
src = fetchurl {
url = "mirror://kde/stable/kdiff3/kdiff3-${version}.tar.xz";
hash = "sha256-EzOu+dZjbGs0ZqF/0sXZbpGdTrUh6isjUoJUETau+zE=";
hash = "sha256-/otpnRJM1NJjKzwnqgas7Fyqj8v4t2SM8MANektqzlA=";
};
buildInputs = [ boost ];