flow: 0.57.2 -> 0.57.3

This commit is contained in:
Ruben Maher 2017-10-17 09:56:05 +10:30
parent 2a036ca1a5
commit 8ec75ae403
1 changed files with 2 additions and 2 deletions

View File

@ -3,14 +3,14 @@
with lib; with lib;
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
version = "0.57.2"; version = "0.57.3";
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 = "04fqnan9m69rjwvm97p0br1wd862ldiybp0v2nqlm6giaaa691r0"; sha256 = "0pmgj2mv4pmgw8slh4gdj7jskcgxbdsy09arh5rnwf0byy81fky6";
}; };
installPhase = '' installPhase = ''