ipv6calc: 0.99.2 -> 1.0.0 (also fixes gcc-7 compilation)

This commit is contained in:
Andreas Rammhold 2017-11-26 01:41:30 +01:00
parent f3e79be426
commit 02a41b014a
No known key found for this signature in database
GPG Key ID: E432E410B5E48C86

View File

@ -4,11 +4,11 @@
stdenv.mkDerivation rec {
name = "ipv6calc-${version}";
version = "0.99.2";
version = "1.0.0";
src = fetchurl {
url = "ftp://ftp.deepspace6.net/pub/ds6/sources/ipv6calc/${name}.tar.gz";
sha256 = "1vs64v8v5g9rskg46baqrzyay86vs7ln3i5r5ippa9l6ildyrvpj";
sha256 = "1gcl8mqjdn5j1rcnv2gz2j0i8ayx747hwzjyiazl6j43c5g4bc3l";
};
buildInputs = [ geoip geolite-legacy getopt ip2location-c openssl ];