Merge pull request #10986 from teh/master

update flow + new go binary (codesearch)
This commit is contained in:
lethalman 2015-11-16 20:45:10 +01:00
commit ca186286d7
2 changed files with 11 additions and 3 deletions

View file

@ -3,13 +3,13 @@
with lib;
stdenv.mkDerivation rec {
version = "0.17.0";
version = "0.18.1";
name = "flow-${version}";
src = fetchFromGitHub {
owner = "facebook";
repo = "flow";
rev = "v${version}";
sha256 = "1hc4gspxp43svr36l4fn4fpd7d9myg8hf5hph5y1lq9ihqaiymsp";
sha256 = "00pmrk577p6ngqif4rvhwybb4gyw70vsgxcxxwj995dg4hf196s1";
};
installPhase = ''

View file

@ -39,6 +39,14 @@ let
sha256 = "1nr2q0vas0a2f395f4shjxqpas18mjsf8yhgndsav7svngpbbpg8";
};
codesearch = buildFromGitHub {
rev = "a45d81b686e85d01f2838439deaf72126ccd5a96";
date = "2015-06-17";
owner = "google";
repo = "codesearch";
sha256 = "12bv3yz0l3bmsxbasfgv7scm9j719ch6pmlspv4bd4ix7wjpyhny";
};
image = buildFromGitHub {
rev = "8ab1ac6834edd43d91cbe24272897a87ce7e835e";
date = "2015-08-23";
@ -585,7 +593,7 @@ let
repo = "pretty-words";
sha256 = "1466wjhrg9lhqmzil1vf8qj16fxk32b5kxlcccyw2x6dybqa6pkl";
};
meddler = buildFromGitHub {
rev = "d2b51d2b40e786ab5f810d85e65b96404cf33570";
owner = "odeke-em";