mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 01:43:15 +00:00
ipv6calc: 0.99.1 -> 0.99.2
This commit is contained in:
parent
c8948e9109
commit
5d851e8be8
@ -4,11 +4,11 @@
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "ipv6calc-${version}";
|
||||
version = "0.99.1";
|
||||
version = "0.99.2";
|
||||
|
||||
src = fetchurl {
|
||||
url = "ftp://ftp.deepspace6.net/pub/ds6/sources/ipv6calc/${name}.tar.gz";
|
||||
sha256 = "0a0xpai14y969hp6l10r2wcd16sqf3v40fq5h97m4a69hcpmvg5h";
|
||||
sha256 = "1vs64v8v5g9rskg46baqrzyay86vs7ln3i5r5ippa9l6ildyrvpj";
|
||||
};
|
||||
|
||||
buildInputs = [ geoip geolite-legacy getopt ip2location-c openssl ];
|
||||
|
Loading…
Reference in New Issue
Block a user