Skip to content

Commit

Permalink
konversation: 1.7.4 -> 1.7.5
Browse files Browse the repository at this point in the history
  • Loading branch information
FRidh committed Aug 26, 2018
1 parent 4d3ce5c commit a04cf8f
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions pkgs/applications/networking/irc/konversation/default.nix
Expand Up @@ -30,13 +30,13 @@

let
pname = "konversation";
version = "1.7.4";
version = "1.7.5";
in mkDerivation rec {
name = "${pname}-${version}";

src = fetchurl {
url = "mirror://kde/stable/${pname}/${version}/src/${name}.tar.xz";
sha256 = "0y4rj4fcl1wsi3y1fhnzad9nf4llwrnipfm9mfm55kqnx1zmpvqp";
sha256 = "0h098yhlp36ls6pdvs2r93ig8dv4fys62m0h6wxccprb0qrpbgv0";
};

buildInputs = [
Expand Down Expand Up @@ -70,13 +70,6 @@ in mkDerivation rec {
kdoctools
];

patches = [
(fetchpatch {
url = "https://cgit.kde.org/konversation.git/patch/?id=20018b3d0798421c9cb8a9d983e5a5b34bd88e8d";
sha256 = "0y5m5zimfhc0d1xnkzs05c8ig11lhwdn04fk76vi7966hx8wggnn";
})
];

meta = {
description = "Integrated IRC client for KDE";
license = with lib.licenses; [ gpl2 ];
Expand Down

0 comments on commit a04cf8f

Please sign in to comment.