arcanist: 20140617 -> 20140627
Signed-off-by: Austin Seipp <aseipp@pobox.com>
This commit is contained in:
parent
f9ebbc80a1
commit
48f2ca07f4
|
@ -3,18 +3,18 @@
|
|||
let
|
||||
libphutil = fetchgit {
|
||||
url = "git://github.com/facebook/libphutil.git";
|
||||
rev = "0027e97cd6cbafcbdc626b4ac6cf315b9508a14f";
|
||||
sha256 = "4781a4e3e1cb72da24e97f89a9b879803be8e1cf6baa2a4517801dfb893eec26";
|
||||
rev = "8d1b522333caf4984180ac830be8635437bacedb";
|
||||
sha256 = "e83da381cd8845b64a1cd3244d17736fb736aeabce37efd19754447f47cd4fe1";
|
||||
};
|
||||
arcanist = fetchgit {
|
||||
url = "git://github.com/facebook/arcanist.git";
|
||||
rev = "680ec3670cd9d9195debf3e9b674b1b232156e61";
|
||||
sha256 = "a70cde586960676c0d69f4d98e6936633e0d79c37c6f6cc5b0213146a6b18c83";
|
||||
rev = "0971c728fea89ac45a67e06cdb89349ad8040c60";
|
||||
sha256 = "33e595b81dcbef181d3c71072ecf1c22db3f86f49dbb5276c671caefe83c8594";
|
||||
};
|
||||
in
|
||||
stdenv.mkDerivation rec {
|
||||
name = "arcanist-${version}";
|
||||
version = "20140617";
|
||||
version = "20140627";
|
||||
|
||||
src = [ arcanist libphutil ];
|
||||
buildInputs = [ php makeWrapper flex ];
|
||||
|
|
Loading…
Reference in New Issue