3
0
Fork 0
forked from mirrors/nixpkgs

ipv6calc 0.97.4 -> 0.98.0

This commit is contained in:
Tobias Geerinckx-Rice 2015-02-23 02:04:08 +01:00
parent 841905e1ea
commit cda356a8f8

View file

@ -1,12 +1,12 @@
{ stdenv, fetchurl, geoip, getopt, openssl, perl }:
stdenv.mkDerivation rec {
version = "0.97.4";
version = "0.98.0";
name = "ipv6calc-${version}";
src = fetchurl {
url = "ftp://ftp.bieringer.de/pub/linux/IPv6/ipv6calc/${name}.tar.gz";
sha256 = "0ffzqflvm6pfzgjsr3mzq7pwvshhl3h92rg4waza7zyvby4rwb7d";
url = "ftp://ftp.deepspace6.net/pub/ds6/sources/ipv6calc/${name}.tar.gz";
sha256 = "1wdlyklqjvslcbvyx7ch4aziwvjbpj852k59m02gakisq9bywfcd";
};
buildInputs = [ geoip getopt openssl perl ];