flow: 0.46.0 -> 0.48.0

This commit is contained in:
Fatih Altinok 2017-06-15 13:36:42 +03:00 committed by Franz Pletz
parent b127317e94
commit ca8eed1732

View File

@ -3,14 +3,14 @@
with lib;
stdenv.mkDerivation rec {
version = "0.46.0";
version = "0.48.0";
name = "flow-${version}";
src = fetchFromGitHub {
owner = "facebook";
repo = "flow";
rev = "v${version}";
sha256 = "05rnlckwiynkh0300f27xhrn53pf0hxlkb0iz3nlb81xmsk005a4";
sha256 = "13f9z4jg1v34jpaswa8kvbxkfp7flabv616vyqfvy9hafgfyisff";
};
installPhase = ''