We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent 5b747cc commit 1890b1fCopy full SHA for 1890b1f
pkgs/development/tools/wp-cli/default.nix
@@ -1,7 +1,7 @@
1
{ stdenv, lib, fetchurl, php }:
2
3
let
4
- version = "1.1.0";
+ version = "1.2.0";
5
6
bin = "bin/wp";
7
ini = "etc/php/wp-cli.ini";
@@ -17,7 +17,7 @@ in stdenv.mkDerivation rec {
17
18
src = fetchurl {
19
url = "https://github.com/wp-cli/wp-cli/releases/download/v${version}/${name}.phar";
20
- sha256 = "08b2lzc8fa9f5xldbdza6x3lg6jsp3wfwpyy187gxqw5pmqp11xc";
+ sha256 = "1v51230gpw3ghz8vp3s1ykrwnmka9gj0r7xjad79bc9y250vr920";
21
};
22
23
buildCommand = ''
0 commit comments