Merge pull request #31042 from pbogdan/update-wp-cli

wp-cli: 1.3.0 -> 1.4.0
This commit is contained in:
Samuel Leathers 2017-11-01 00:45:00 +01:00 committed by GitHub
commit eb88e597b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,11 +2,11 @@
let let
name = "wp-cli-${version}"; name = "wp-cli-${version}";
version = "1.3.0"; version = "1.4.0";
src = fetchurl { src = fetchurl {
url = "https://github.com/wp-cli/wp-cli/releases/download/v${version}/${name}.phar"; url = "https://github.com/wp-cli/wp-cli/releases/download/v${version}/${name}.phar";
sha256 = "0q5d32jq7a6rba77sr1yyj6ib6x838hw14mm186ah1xxgnn7rnry"; sha256 = "0rav5a6znx81gwaxin1ib10sbfg16bgdnnyv1zn5sjify3f1wpqj";
}; };
completion = fetchurl { completion = fetchurl {