Merge pull request #32057 from andir/ipv6calc-gcc-7

ipv6calc: 0.99.2 -> 1.0.0 (also fixes gcc-7 compilation)
This commit is contained in:
adisbladis 2017-11-26 12:16:42 +08:00 committed by GitHub
commit 7c256d0011
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 ];