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
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 = ''