ipv6calc: 0.99.2 -> 1.0.0 (also fixes gcc-7 compilation)
This commit is contained in:
parent
f3e79be426
commit
02a41b014a
@ -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 ];
|
||||
|
Loading…
Reference in New Issue
Block a user