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

kdiff3: 1.10.0 -> 1.10.1
This commit is contained in:
Weijia Wang 2023-04-27 21:45:18 +03:00 committed by GitHub
commit 5eaac509f9
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.0";
version = "1.10.1";
src = fetchurl {
url = "https://download.kde.org/stable/${pname}/${pname}-${version}.tar.xz";
sha256 = "sha256-s/l+Gz6BF1VKeljVj48PaT/wMKQrvLcwj7RPhZWM1Ss=";
sha256 = "sha256-IFQ0kw9nU2wgUZFir33fQ1hG4qGhJdegmG9M4n+bM8g=";
};
buildInputs = [ boost ];