Skip to content

Commit 1890b1f

Browse files
committedJun 5, 2017
wp-cli: 1.1.0 -> 1.2.0
1 parent 5b747cc commit 1890b1f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎pkgs/development/tools/wp-cli/default.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{ stdenv, lib, fetchurl, php }:
22

33
let
4-
version = "1.1.0";
4+
version = "1.2.0";
55

66
bin = "bin/wp";
77
ini = "etc/php/wp-cli.ini";
@@ -17,7 +17,7 @@ in stdenv.mkDerivation rec {
1717

1818
src = fetchurl {
1919
url = "https://github.com/wp-cli/wp-cli/releases/download/v${version}/${name}.phar";
20-
sha256 = "08b2lzc8fa9f5xldbdza6x3lg6jsp3wfwpyy187gxqw5pmqp11xc";
20+
sha256 = "1v51230gpw3ghz8vp3s1ykrwnmka9gj0r7xjad79bc9y250vr920";
2121
};
2222

2323
buildCommand = ''

0 commit comments

Comments
 (0)
Please sign in to comment.