ipv6calc: 1.1.0 -> 2.1.1

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/ipv6calc/versions
This commit is contained in:
R. RyanTM 2019-09-26 15:00:48 -07:00
parent 96ac71d680
commit b7f0316aa5

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