flow: 0.17.0 -> 0.18.1

This commit is contained in:
Tom Hunger 2015-11-11 15:27:06 +00:00
parent 03959d4616
commit 14efaba4c8

View file

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