Skip to content

Commit d3e417c

Browse files
committed
phpExtensions.uuid: 1.2.1 -> 1.3.0
1 parent b21c2d0 commit d3e417c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/development/php-packages/uuid/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
}:
77

88
let
9-
version = "1.2.1";
9+
version = "1.3.0";
1010
in
1111
buildPecl {
1212
inherit version;
@@ -16,7 +16,7 @@ buildPecl {
1616
owner = "php";
1717
repo = "pecl-networking-uuid";
1818
tag = "v${version}";
19-
hash = "sha256-C4SoSKkCTQOLKM1h47vbBgiHTG+ChocDB9tzhWfKUsw=";
19+
hash = "sha256-00zJ//O1xqKTedRYThzeXOuL25wKLMZXjJWm/eXLkC4=";
2020
};
2121

2222
buildInputs = [ libuuid ];

0 commit comments

Comments
 (0)