znc: 1.6.3 -> 1.6.4

This commit is contained in:
Daiderd Jordan 2017-03-07 01:04:31 +01:00 committed by Graham Christensen
parent 710973e354
commit 6f88f8ca1b
No known key found for this signature in database
GPG Key ID: 06121D366FE9435C

View File

@ -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 ]
@ -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;
};