Skip to content

Commit 3e0905a

Browse files
authored
phpExtensions.ds: 1.5.0 -> 1.6.0 (#404156)
2 parents 43f7260 + 374e14f commit 3e0905a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

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

99
let
10-
version = "1.5.0";
10+
version = "1.6.0";
1111
in
1212
buildPecl {
1313
inherit version;
@@ -17,7 +17,7 @@ buildPecl {
1717
owner = "php-ds";
1818
repo = "ext-ds";
1919
rev = "v${version}";
20-
sha256 = "sha256-lL1PUjc4bMTsWm2th0wDxnMaGuVziBUtgK88bUJXuBY=";
20+
sha256 = "sha256-c7MIqaPwIgdzKHRqR2km1uTQRrrr3OzDzopTbz5rLnE=";
2121
};
2222

2323
buildInputs = [ pcre2 ];

0 commit comments

Comments
 (0)