Merge pull request #78654 from lovesegfault/arcanist-20190127

arcanist: 20190905 -> 20200127
This commit is contained in:
worldofpeace 2020-01-30 21:25:31 -05:00 committed by GitHub
commit ab9e0ea36e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,19 +4,19 @@ let
libphutil = fetchFromGitHub { libphutil = fetchFromGitHub {
owner = "phacility"; owner = "phacility";
repo = "libphutil"; repo = "libphutil";
rev = "39ed96cd818aae761ec92613a9ba0800824d0ab0"; rev = "cc2a3dbf590389400da55563cb6993f321ec6d73";
sha256 = "1w55avn056kwa4gr25h09b7xhvyp397myrfzlmd1ggx7vj87vw1q"; sha256 = "1k7sr3racwz845i7r5kdwvgqrz8gldz07pxj3yw77s58rqbix3ad";
}; };
arcanist = fetchFromGitHub { arcanist = fetchFromGitHub {
owner = "phacility"; owner = "phacility";
repo = "arcanist"; repo = "arcanist";
rev = "3cdfe1fff806d2b54a2df631cf90193e518f42b7"; rev = "21a1828ea06cf031e93082db8664d73efc88290a";
sha256 = "1dngq8p4y4hln87hhgdm6hv68ld626j57lifw0821rvpnnmspw6j"; sha256 = "05rq9l9z7446ks270viay57r5ibx702b5bnlf4ck529zc4abympx";
}; };
in in
stdenv.mkDerivation { stdenv.mkDerivation {
pname = "arcanist"; pname = "arcanist";
version = "20190905"; version = "20200127";
src = [ arcanist libphutil ]; src = [ arcanist libphutil ];
buildInputs = [ php makeWrapper flex ]; buildInputs = [ php makeWrapper flex ];