phpExtensions.uuid: 1.2.1 -> 1.3.0 (#407521)

This commit is contained in:
Pol Dellaiera
2025-05-16 04:17:49 +00:00
committed by GitHub
@@ -6,7 +6,7 @@
}:
let
version = "1.2.1";
version = "1.3.0";
in
buildPecl {
inherit version;
@@ -16,7 +16,7 @@ buildPecl {
owner = "php";
repo = "pecl-networking-uuid";
tag = "v${version}";
hash = "sha256-C4SoSKkCTQOLKM1h47vbBgiHTG+ChocDB9tzhWfKUsw=";
hash = "sha256-00zJ//O1xqKTedRYThzeXOuL25wKLMZXjJWm/eXLkC4=";
};
buildInputs = [ libuuid ];