Skip to content

Commit e76a86e

Browse files
authored
php81Extensions.zstd: 0.13.3 -> 0.14.0 (#357128)
2 parents 0903b43 + fa810d8 commit e76a86e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/development/php-packages/zstd/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 = "0.13.3";
10+
version = "0.14.0";
1111
in
1212
buildPecl {
1313
inherit version;
@@ -17,7 +17,7 @@ buildPecl {
1717
owner = "kjdev";
1818
repo = "php-ext-zstd";
1919
rev = version;
20-
hash = "sha256-jEuL93ScF0/FlfUvib6uZafOkIe0+VkWV/frpSjTkvY=";
20+
hash = "sha256-XB8GatrL2gQbTiZp6eJCFu8yRAOcrQbcJCaKol3or8Q=";
2121
};
2222

2323
nativeBuildInputs = [ pkg-config ];

0 commit comments

Comments
 (0)