phpExtensions.ds: 1.6.0 -> 2.0.0

This commit is contained in:
R. Ryantm
2026-04-18 06:11:40 +00:00
parent 025c852a89
commit 6fd68aef72

View File

@@ -7,7 +7,7 @@
}:
let
version = "1.6.0";
version = "2.0.0";
in
buildPecl {
inherit version;
@@ -17,7 +17,7 @@ buildPecl {
owner = "php-ds";
repo = "ext-ds";
rev = "v${version}";
sha256 = "sha256-c7MIqaPwIgdzKHRqR2km1uTQRrrr3OzDzopTbz5rLnE=";
sha256 = "sha256-QWBxjt3rzD3m3y2ScbYvtZnjPUYsd3uMMQOFY/RQ3Io=";
};
buildInputs = [ pcre2 ];