ip2location-c: 8.6.1 -> 8.7.0 (#439510)

authored by Wolfgang Walther and committed by GitHub c476fd91 0ff9bea9

+2 -2
+2 -2
pkgs/by-name/ip/ip2location-c/package.nix
··· 7 7 8 8 stdenv.mkDerivation rec { 9 9 pname = "ip2location-c"; 10 - version = "8.6.1"; 10 + version = "8.7.0"; 11 11 12 12 src = fetchFromGitHub { 13 13 owner = "chrislim2888"; 14 14 repo = "IP2Location-C-Library"; 15 15 rev = version; 16 - sha256 = "sha256-3/cLoGV7go4S1ew73IJzJEMTlLnvM3adl+/Sb7mPrZY="; 16 + sha256 = "sha256-kp0tNZPP9u2xxFOmBAdivsVLtyF66o38H6eRrs2/S/Y="; 17 17 }; 18 18 19 19 nativeBuildInputs = [