Skip to content

Commit

Permalink
znc: 1.6.4 -> 1.6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
LnL7 committed Mar 17, 2017
1 parent 7967c4a commit 908e3ff
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions pkgs/applications/networking/znc/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,16 @@ with stdenv.lib;

stdenv.mkDerivation rec {
name = "znc-${version}";
version = "1.6.4";
version = "1.6.5";

src = fetchurl {
url = "http://znc.in/releases/${name}.tar.gz";
sha256 = "070d6b1i3jy66m4ci4ypxkg4pbwqbzbzss1y1ycgq2w62zmrf423";
url = "http://znc.in/releases/archive/${name}.tar.gz";
sha256 = "1jia6kq6bp8yxfj02d5vj9vqb4pylqcldspyjj6iz82kkka2a0ig";
};

buildInputs = [ openssl pkgconfig ]
nativeBuildInputs = [ pkgconfig ];

buildInputs = [ openssl ]
++ optional withPerl perl
++ optional withPython python3
++ optional withTcl tcl
Expand Down

0 comments on commit 908e3ff

Please sign in to comment.