Merge pull request #296590 from fabaff/wp-cli-bump

wp-cli: 2.9.0 -> 2.10.0

authored by Fabian Affolter and committed by GitHub 6c8df66d 562dd7a0

+3 -2
+3 -2
pkgs/by-name/wp/wp-cli/package.nix
··· 9 }: 10 11 let 12 - version = "2.9.0"; 13 14 completion = fetchurl { 15 url = "https://raw.githubusercontent.com/wp-cli/wp-cli/v${version}/utils/wp-completion.bash"; ··· 33 34 src = fetchurl { 35 url = "https://github.com/wp-cli/wp-cli/releases/download/v${version}/wp-cli-${version}.phar"; 36 - hash = "sha256-r2t8zCHtCQfLUE21oFnw4SAReQWmAXv91Ddc7jyT2GQ="; 37 }; 38 39 dontUnpack = true; ··· 72 meta = with lib; { 73 description = "A command line interface for WordPress"; 74 homepage = "https://wp-cli.org"; 75 license = licenses.mit; 76 maintainers = with maintainers; [ peterhoeg ]; 77 platforms = platforms.all;
··· 9 }: 10 11 let 12 + version = "2.10.0"; 13 14 completion = fetchurl { 15 url = "https://raw.githubusercontent.com/wp-cli/wp-cli/v${version}/utils/wp-completion.bash"; ··· 33 34 src = fetchurl { 35 url = "https://github.com/wp-cli/wp-cli/releases/download/v${version}/wp-cli-${version}.phar"; 36 + hash = "sha256-TGqTzsrn9JnKSB+nptbUKZyLkyFOXlMI4mdw2/02Md8="; 37 }; 38 39 dontUnpack = true; ··· 72 meta = with lib; { 73 description = "A command line interface for WordPress"; 74 homepage = "https://wp-cli.org"; 75 + changelog = "https://github.com/wp-cli/wp-cli/releases/tag/v${version}"; 76 license = licenses.mit; 77 maintainers = with maintainers; [ peterhoeg ]; 78 platforms = platforms.all;