Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

php83Extensions.maxminddb: 1.11.1 -> 1.12.0

+2 -2
+2 -2
pkgs/development/php-packages/maxminddb/default.nix
··· 6 }: 7 let 8 pname = "maxminddb"; 9 - version = "1.11.1"; 10 in 11 buildPecl { 12 inherit pname version; ··· 15 owner = "maxmind"; 16 repo = "MaxMind-DB-Reader-php"; 17 rev = "v${version}"; 18 - sha256 = "sha256-e22HVsD0YstGQiRch0zUUF5CY1zSuFCyU2anK9uGCY4="; 19 }; 20 21 prePatch = ''
··· 6 }: 7 let 8 pname = "maxminddb"; 9 + version = "1.12.0"; 10 in 11 buildPecl { 12 inherit pname version; ··· 15 owner = "maxmind"; 16 repo = "MaxMind-DB-Reader-php"; 17 rev = "v${version}"; 18 + sha256 = "sha256-zFO77h++OHxnk0Rz61jiCBZS80g0+GmRbw2LxayIFuo="; 19 }; 20 21 prePatch = ''