phpExtensions.maxminddb: 1.12.0 -> 1.12.1

This commit is contained in:
R. Ryantm
2025-05-06 04:15:39 +00:00
parent f309d7115b
commit 49e7a7e9d0

View File

@@ -6,7 +6,7 @@
}:
let
pname = "maxminddb";
version = "1.12.0";
version = "1.12.1";
in
buildPecl {
inherit pname version;
@@ -15,7 +15,7 @@ buildPecl {
owner = "maxmind";
repo = "MaxMind-DB-Reader-php";
rev = "v${version}";
sha256 = "sha256-zFO77h++OHxnk0Rz61jiCBZS80g0+GmRbw2LxayIFuo=";
sha256 = "sha256-VsQOztF4TN3XgJjf3mZa1/Y5+6ounbkLRAzawLSX+BI=";
};
prePatch = ''