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 {
owner = "phacility";
repo = "libphutil";
rev = "39ed96cd818aae761ec92613a9ba0800824d0ab0";
sha256 = "1w55avn056kwa4gr25h09b7xhvyp397myrfzlmd1ggx7vj87vw1q";
rev = "cc2a3dbf590389400da55563cb6993f321ec6d73";
sha256 = "1k7sr3racwz845i7r5kdwvgqrz8gldz07pxj3yw77s58rqbix3ad";
};
arcanist = fetchFromGitHub {
owner = "phacility";
repo = "arcanist";
rev = "3cdfe1fff806d2b54a2df631cf90193e518f42b7";
sha256 = "1dngq8p4y4hln87hhgdm6hv68ld626j57lifw0821rvpnnmspw6j";
rev = "21a1828ea06cf031e93082db8664d73efc88290a";
sha256 = "05rq9l9z7446ks270viay57r5ibx702b5bnlf4ck529zc4abympx";
};
in
stdenv.mkDerivation {
pname = "arcanist";
version = "20190905";
version = "20200127";
src = [ arcanist libphutil ];
buildInputs = [ php makeWrapper flex ];