1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-02-18 00:49:52 +00:00

wp-cli: 1.3.0 -> 1.4.0

This commit is contained in:
Piotr Bogdan 2017-10-31 15:59:06 +00:00
parent d8987135c2
commit bbb90b1113

View file

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