flow: 0.62.0 -> 0.63.1

This commit is contained in:
Ruben Maher 2018-01-07 14:17:01 +10:30
parent b2e9096f68
commit 9ae8874611

View File

@ -4,14 +4,14 @@
with lib; with lib;
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
version = "0.62.0"; version = "0.63.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 = "03la72wgsh7s063h2l171h74c84haqsinnnk8fwifq3id0gq6xk1"; sha256 = "1djcyf1c88xw5mv1gh4wggy16d2gi84ndj31n11y5qh99hh3lmfl";
}; };
installPhase = '' installPhase = ''