mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-25 20:34:52 +03:00
wp-cli: 1.5.0 -> 1.5.1
This commit is contained in:
parent
903f694e34
commit
96fddac691
@ -2,11 +2,11 @@
|
|||||||
|
|
||||||
let
|
let
|
||||||
name = "wp-cli-${version}";
|
name = "wp-cli-${version}";
|
||||||
version = "1.5.0";
|
version = "1.5.1";
|
||||||
|
|
||||||
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 = "17dgbcalvz5gw6xqgcywh6jrybj0qlglm16cgbshjsp6axwxa5gn";
|
sha256 = "1lnjbl6rcv32g6akj4552ncyqmbsawmx1dnbmxr0rjj7wr8484f1";
|
||||||
};
|
};
|
||||||
|
|
||||||
completion = fetchurl {
|
completion = fetchurl {
|
||||||
|
Loading…
Reference in New Issue
Block a user