Merge pull request #239516 from r-ryantm/auto-update/ip2location-c

ip2location-c: 8.5.1 -> 8.6.1
This commit is contained in:
Weijia Wang
2023-06-26 07:27:16 +02:00
committed by GitHub
@@ -6,13 +6,13 @@
stdenv.mkDerivation rec {
pname = "ip2location-c";
version = "8.5.1";
version = "8.6.1";
src = fetchFromGitHub {
owner = "chrislim2888";
repo = "IP2Location-C-Library";
rev = version;
sha256 = "sha256-+Az1bAJ3HT9mIjO43FOcEqxX3oA3RcIY7VvxfaHtBX8=";
sha256 = "sha256-3/cLoGV7go4S1ew73IJzJEMTlLnvM3adl+/Sb7mPrZY=";
};
nativeBuildInputs = [