Merge pull request #46755 from eliasp/bump-development/tools/misc/arcanist-20170323→20180916
arcanist: 20170323 -> 20180916
This commit is contained in:
commit
1fe9ab523a
@ -4,19 +4,19 @@ let
|
|||||||
libphutil = fetchFromGitHub {
|
libphutil = fetchFromGitHub {
|
||||||
owner = "phacility";
|
owner = "phacility";
|
||||||
repo = "libphutil";
|
repo = "libphutil";
|
||||||
rev = "01b33af6f4d570b34ad791cd5ccaa3ea7f77dcb9";
|
rev = "3215e4e291ed4468faeed4542d47a571b5bc559a";
|
||||||
sha256 = "0glrxlj4cr2821pdc2yy2m5bss4yr1zx3sdgw3r5d8hbfz361nx7";
|
sha256 = "0bbinaxny0j4iniz2grf0s9cysbl3x24yc32f3jra9mwsgh2v2zj";
|
||||||
};
|
};
|
||||||
arcanist = fetchFromGitHub {
|
arcanist = fetchFromGitHub {
|
||||||
owner = "phacility";
|
owner = "phacility";
|
||||||
repo = "arcanist";
|
repo = "arcanist";
|
||||||
rev = "3b6b523c2b236e3724a1e115f126cb6fd05fa128";
|
rev = "2650e8627a20e1bfe334a4a2b787f44ef5d6ebc5";
|
||||||
sha256 = "1pr2izwj446rf2v6x6v2wsj7iwnaxq3xg3qqipybyf1xpqfmh5q8";
|
sha256 = "0x0xxiar202ypbgxh19swzjil546bbp8li4k5yrpvab55y8ymkd4";
|
||||||
};
|
};
|
||||||
in
|
in
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "arcanist-${version}";
|
name = "arcanist-${version}";
|
||||||
version = "20170323";
|
version = "20180916";
|
||||||
|
|
||||||
src = [ arcanist libphutil ];
|
src = [ arcanist libphutil ];
|
||||||
buildInputs = [ php makeWrapper flex ];
|
buildInputs = [ php makeWrapper flex ];
|
||||||
|
Loading…
Reference in New Issue
Block a user