Merge pull request #48500 from r-ryantm/auto-update/ipv6calc

ipv6calc: 1.0.0 -> 1.1.0
This commit is contained in:
Vladyslav M 2018-10-16 10:02:25 +03:00 committed by GitHub
commit d9508a3a4f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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