wp-cli: 2.6.0 -> 2.9.0 * Changelog: https://github.com/wp-cli/wp-cli/releases/tag/v2.9.0

authored by

Jesse Abadilla and committed by
Peter Hoeg
bf40f896 217cfd67

+2 -2
+2 -2
pkgs/development/tools/wp-cli/default.nix
··· 8 8 }: 9 9 10 10 let 11 - version = "2.6.0"; 11 + version = "2.9.0"; 12 12 13 13 completion = fetchurl { 14 14 url = "https://raw.githubusercontent.com/wp-cli/wp-cli/v${version}/utils/wp-completion.bash"; ··· 27 27 28 28 src = fetchurl { 29 29 url = "https://github.com/wp-cli/wp-cli/releases/download/v${version}/${pname}-${version}.phar"; 30 - hash = "sha256-0WZSjKtgvIIpwGcp5wc4OPu6aNaytXRQTLAniDXIeIg="; 30 + hash = "sha256-r2t8zCHtCQfLUE21oFnw4SAReQWmAXv91Ddc7jyT2GQ="; 31 31 }; 32 32 33 33 nativeBuildInputs = [ installShellFiles makeWrapper ];