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

ip2location-c: 8.4.1 -> 8.5.1
This commit is contained in:
Jonas Heinrich 2022-08-24 09:04:47 +02:00 committed by GitHub
commit 9718224ee7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,13 +6,13 @@
stdenv.mkDerivation rec {
pname = "ip2location-c";
version = "8.4.1";
version = "8.5.1";
src = fetchFromGitHub {
owner = "chrislim2888";
repo = "IP2Location-C-Library";
rev = version;
sha256 = "sha256-a2ekDi8+08Mm/OsWZbahcpFMPNqmv+cECAONQLynhSY=";
sha256 = "sha256-+Az1bAJ3HT9mIjO43FOcEqxX3oA3RcIY7VvxfaHtBX8=";
};
nativeBuildInputs = [