Merge pull request #34213 from eqyiel/flow-0.64.0

flow: 0.63.1 -> 0.64.0
This commit is contained in:
adisbladis 2018-01-24 13:52:04 +08:00 committed by GitHub
commit 4d0499ac56
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,14 +4,14 @@
with lib;
stdenv.mkDerivation rec {
version = "0.63.1";
version = "0.64.0";
name = "flow-${version}";
src = fetchFromGitHub {
owner = "facebook";
repo = "flow";
rev = "v${version}";
sha256 = "1djcyf1c88xw5mv1gh4wggy16d2gi84ndj31n11y5qh99hh3lmfl";
sha256 = "1jvx2vx1d3n5z689zqm0gylmmjxim176avinwn3q8xla3gz3srp8";
};
installPhase = ''