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

ipv6calc: 1.1.0 -> 2.1.1
This commit is contained in:
markuskowa 2019-09-27 13:55:18 +02:00 committed by GitHub
commit 5873aa9732
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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