phpExtensions.uuid: 1.2.1 -> 1.3.0

This commit is contained in:
R. Ryantm
2025-05-16 04:07:28 +00:00
parent b21c2d0de4
commit d3e417cffe
@@ -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 ];