summary refs log tree commit diff
path: root/pkgs/development/tools
diff options
context:
space:
mode:
authorAustin Seipp <aseipp@pobox.com>2014-06-27 01:12:43 -0500
committerAustin Seipp <aseipp@pobox.com>2014-06-27 01:12:49 -0500
commit48f2ca07f481e70204f760bff16f5699a309bdfa (patch)
treea9dd33f5b6dce3406da31e277016a7a3033c7646 /pkgs/development/tools
parentf9ebbc80a14d423481cfaca380ae8dc6dd4f14ee (diff)
downloadnixlib-48f2ca07f481e70204f760bff16f5699a309bdfa.tar
nixlib-48f2ca07f481e70204f760bff16f5699a309bdfa.tar.gz
nixlib-48f2ca07f481e70204f760bff16f5699a309bdfa.tar.bz2
nixlib-48f2ca07f481e70204f760bff16f5699a309bdfa.tar.lz
nixlib-48f2ca07f481e70204f760bff16f5699a309bdfa.tar.xz
nixlib-48f2ca07f481e70204f760bff16f5699a309bdfa.tar.zst
nixlib-48f2ca07f481e70204f760bff16f5699a309bdfa.zip
arcanist: 20140617 -> 20140627
Signed-off-by: Austin Seipp <aseipp@pobox.com>
Diffstat (limited to 'pkgs/development/tools')
-rw-r--r--pkgs/development/tools/misc/arcanist/default.nix10
1 files changed, 5 insertions, 5 deletions
diff --git a/pkgs/development/tools/misc/arcanist/default.nix b/pkgs/development/tools/misc/arcanist/default.nix
index 7e3a3a6d15c9..4236cffadfc9 100644
--- a/pkgs/development/tools/misc/arcanist/default.nix
+++ b/pkgs/development/tools/misc/arcanist/default.nix
@@ -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 ];