kdiff3: 1.8.1 -> 1.8.2
This commit is contained in:
parent
d04396da8b
commit
c27b5de084
@ -6,11 +6,11 @@
|
|||||||
|
|
||||||
mkDerivation rec {
|
mkDerivation rec {
|
||||||
pname = "kdiff3";
|
pname = "kdiff3";
|
||||||
version = "1.8.1";
|
version = "1.8.2";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://download.kde.org/stable/${pname}/${pname}-${version}.tar.xz";
|
url = "https://download.kde.org/stable/${pname}/${pname}-${version}.tar.xz";
|
||||||
sha256 = "0vj3rw5w0kry2c1y8gv6hniam417w7k3ydb1dkf5xwr4iprw0xvq";
|
sha256 = "0s5vsm1avzv88b6mf2pp20c2sz0srrj52iiqpnwi3p4ihivm8wgv";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ extra-cmake-modules kdoctools wrapGAppsHook ];
|
nativeBuildInputs = [ extra-cmake-modules kdoctools wrapGAppsHook ];
|
||||||
@ -18,7 +18,7 @@ mkDerivation rec {
|
|||||||
propagatedBuildInputs = [ kconfig kcrash kinit kparts kiconthemes ];
|
propagatedBuildInputs = [ kconfig kcrash kinit kparts kiconthemes ];
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
homepage = http://kdiff3.sourceforge.net/;
|
homepage = "http://kdiff3.sourceforge.net/";
|
||||||
license = licenses.gpl2Plus;
|
license = licenses.gpl2Plus;
|
||||||
description = "Compares and merges 2 or 3 files or directories";
|
description = "Compares and merges 2 or 3 files or directories";
|
||||||
maintainers = with maintainers; [ peterhoeg ];
|
maintainers = with maintainers; [ peterhoeg ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user