Merge pull request #235716 from r-ryantm/auto-update/kdiff3

kdiff3: 1.10.1 -> 1.10.4
This commit is contained in:
figsoda 2023-06-03 08:22:52 -04:00 committed by GitHub
commit f64e7c90a1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,11 +14,11 @@
mkDerivation rec {
pname = "kdiff3";
version = "1.10.1";
version = "1.10.4";
src = fetchurl {
url = "https://download.kde.org/stable/${pname}/${pname}-${version}.tar.xz";
sha256 = "sha256-IFQ0kw9nU2wgUZFir33fQ1hG4qGhJdegmG9M4n+bM8g=";
sha256 = "sha256-sq//S3pJib9KCjeGfyW3a6uI3zq2Wi99QJp7S+0HBZ0=";
};
buildInputs = [ boost ];