Skip to content

Commit

Permalink
znc: 1.6.3 -> 1.6.4
Browse files Browse the repository at this point in the history
(cherry picked from commit 6f88f8c)
  • Loading branch information
LnL7 authored and grahamc committed Mar 7, 2017
1 parent 6111f6a commit f518d5e
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions pkgs/applications/networking/znc/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,14 @@
}:

with stdenv.lib;

stdenv.mkDerivation rec {
name = "znc-1.6.3";
name = "znc-${version}";
version = "1.6.4";

src = fetchurl {
url = "http://znc.in/releases/${name}.tar.gz";
sha256 = "09xqi5fs40x6nj9gq99bnw1a7saq96bvqxknxx0ilq7yfvg4c733";
sha256 = "070d6b1i3jy66m4ci4ypxkg4pbwqbzbzss1y1ycgq2w62zmrf423";
};

buildInputs = [ openssl pkgconfig ]
Expand All @@ -28,7 +30,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "Advanced IRC bouncer";
homepage = http://wiki.znc.in/ZNC;
maintainers = with maintainers; [ viric schneefux ];
maintainers = with maintainers; [ viric schneefux lnl7 ];
license = licenses.asl20;
platforms = platforms.unix;
};
Expand Down

0 comments on commit f518d5e

Please sign in to comment.