mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
wp-cli: 1.5.1 -> 2.0.0
This commit is contained in:
parent
7d09b2912b
commit
47349c0103
1 changed files with 3 additions and 5 deletions
|
@ -2,11 +2,11 @@
|
|||
|
||||
let
|
||||
name = "wp-cli-${version}";
|
||||
version = "1.5.1";
|
||||
version = "2.0.0";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://github.com/wp-cli/wp-cli/releases/download/v${version}/${name}.phar";
|
||||
sha256 = "1lnjbl6rcv32g6akj4552ncyqmbsawmx1dnbmxr0rjj7wr8484f1";
|
||||
sha256 = "1s8pv8vdjwiwknpwsxc59l1zxc2np7nrp6bjd0s8jwsrv5fgjzsp";
|
||||
};
|
||||
|
||||
completion = fetchurl {
|
||||
|
@ -36,9 +36,7 @@ in stdenv.mkDerivation rec {
|
|||
inherit name version;
|
||||
|
||||
buildCommand = ''
|
||||
mkdir -p $out/{bin,share/bash-completion/completions}
|
||||
|
||||
ln -s ${bin} $out/bin/wp
|
||||
install -Dm755 ${bin} $out/bin/wp
|
||||
install -Dm644 ${completion} $out/share/bash-completion/completions/wp
|
||||
|
||||
# this is a very basic run test
|
||||
|
|
Loading…
Reference in a new issue