Skip to content

Commit

Permalink
znc: 1.7.2 -> 1.7.3
Browse files Browse the repository at this point in the history
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
  • Loading branch information
r-ryantm committed Apr 3, 2019
1 parent 18aa59b commit 8419ae5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/networking/znc/default.nix
Expand Up @@ -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 ];
Expand Down

0 comments on commit 8419ae5

Please sign in to comment.