3
0
Fork 0
forked from mirrors/nixpkgs

znc: 1.7.1 -> 1.7.2 (#55134)

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/znc/versions
This commit is contained in:
R. RyanTM 2019-02-23 15:55:07 -08:00 committed by xeji
parent 5bb8254b9a
commit 564c765be5

View file

@ -13,11 +13,11 @@ with stdenv.lib;
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "znc-${version}"; name = "znc-${version}";
version = "1.7.1"; version = "1.7.2";
src = fetchurl { src = fetchurl {
url = "https://znc.in/releases/archive/${name}.tar.gz"; url = "https://znc.in/releases/archive/${name}.tar.gz";
sha256 = "1i1r1lh9q2mr1bg520zrvrlwhrhy6wibrin78wjxq1gab1qymks4"; sha256 = "1ac2csl5jr56vahnxdynlvrhwlvcc1gqxvyifckc6cn5aj7ygd30";
}; };
nativeBuildInputs = [ pkgconfig ]; nativeBuildInputs = [ pkgconfig ];