Skip to content

Commit

Permalink
wp-cli: 1.1.0 -> 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
peterhoeg committed Jun 5, 2017
1 parent 5b747cc commit 1890b1f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/tools/wp-cli/default.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{ stdenv, lib, fetchurl, php }:

let
version = "1.1.0";
version = "1.2.0";

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

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

buildCommand = ''
Expand Down

0 comments on commit 1890b1f

Please sign in to comment.