znc: 1.7.2 -> 1.7.3

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-04-03 05:01:59 -07:00
parent 18aa59b0f2
commit 8419ae5f56

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