Merge pull request #33550 from eqyiel/flow-0.63.1

flow: 0.62.0 -> 0.63.1
This commit is contained in:
Jörg Thalheim 2018-01-07 10:32:06 +01:00 committed by GitHub
commit 7c378a352a
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.62.0";
version = "0.63.1";
name = "flow-${version}";
src = fetchFromGitHub {
owner = "facebook";
repo = "flow";
rev = "v${version}";
sha256 = "03la72wgsh7s063h2l171h74c84haqsinnnk8fwifq3id0gq6xk1";
sha256 = "1djcyf1c88xw5mv1gh4wggy16d2gi84ndj31n11y5qh99hh3lmfl";
};
installPhase = ''