Merge pull request #19070 from frontsideair/flow-0.32

flow 0.30.0 -> 0.32.0
This commit is contained in:
Alexey Shmalko 2016-09-29 16:17:22 +03:00 committed by GitHub
commit 444710ddb8

View File

@ -3,14 +3,14 @@
with lib;
stdenv.mkDerivation rec {
version = "0.30.0";
version = "0.32.0";
name = "flow-${version}";
src = fetchFromGitHub {
owner = "facebook";
repo = "flow";
rev = "v${version}";
sha256 = "1s6l3570r53qjyqs8ghqqgb51rb0skijwjgm6av43xi7b7knkd35";
sha256 = "17v2qb9xsjv4lj62x553knnhb7z43y2frzvs0q1hvamw8wyp086h";
};
installPhase = ''