3
0
Fork 0
forked from mirrors/nixpkgs

znc: 1.6.1 -> 1.6.2

This commit is contained in:
William A. Kennington III 2015-11-17 21:12:35 -08:00
parent 2b694c237b
commit 4506f29168

View file

@ -7,11 +7,11 @@
with stdenv.lib;
stdenv.mkDerivation rec {
name = "znc-1.6.1";
name = "znc-1.6.2";
src = fetchurl {
url = "http://znc.in/releases/${name}.tar.gz";
sha256 = "0h61nv5kx9k8prmhsffxhlprf7gjcq8vqhjjmqr6v3glcirkjjds";
sha256 = "14q5dyr5zg99hm6j6g1gilcn1zf7dskhxfpz3bnkyhy6q0kpgwgf";
};
buildInputs = [ openssl pkgconfig ]