update ZNC version

This commit is contained in:
Jude Taylor 2015-08-06 13:46:11 -07:00
parent ef95107ddc
commit 71756e741b

View File

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