1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-19 04:02:10 +00:00

wp-cli: 2.6.0 -> 2.9.0

* Changelog: https://github.com/wp-cli/wp-cli/releases/tag/v2.9.0
This commit is contained in:
Jesse Abadilla 2023-11-02 16:22:13 +00:00 committed by Peter Hoeg
parent 217cfd677a
commit bf40f8968d

View file

@ -8,7 +8,7 @@
}:
let
version = "2.6.0";
version = "2.9.0";
completion = fetchurl {
url = "https://raw.githubusercontent.com/wp-cli/wp-cli/v${version}/utils/wp-completion.bash";
@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
src = fetchurl {
url = "https://github.com/wp-cli/wp-cli/releases/download/v${version}/${pname}-${version}.phar";
hash = "sha256-0WZSjKtgvIIpwGcp5wc4OPu6aNaytXRQTLAniDXIeIg=";
hash = "sha256-r2t8zCHtCQfLUE21oFnw4SAReQWmAXv91Ddc7jyT2GQ=";
};
nativeBuildInputs = [ installShellFiles makeWrapper ];