nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

phpExtensions.ds: 1.5.0 -> 1.6.0

R. Ryantm 374e14f2 512c5f06

+2 -2
+2 -2
pkgs/development/php-packages/ds/default.nix
··· 7 7 }: 8 8 9 9 let 10 - version = "1.5.0"; 10 + version = "1.6.0"; 11 11 in 12 12 buildPecl { 13 13 inherit version; ··· 17 17 owner = "php-ds"; 18 18 repo = "ext-ds"; 19 19 rev = "v${version}"; 20 - sha256 = "sha256-lL1PUjc4bMTsWm2th0wDxnMaGuVziBUtgK88bUJXuBY="; 20 + sha256 = "sha256-c7MIqaPwIgdzKHRqR2km1uTQRrrr3OzDzopTbz5rLnE="; 21 21 }; 22 22 23 23 buildInputs = [ pcre2 ];