flow: 0.1.0 -> 0.13.1

This commit is contained in:
Daniel Brockman 2015-07-27 11:49:52 +02:00
parent d82946b2bf
commit 322358db03

View File

@ -1,13 +1,13 @@
{ stdenv, fetchFromGitHub, ocaml, libelf }: { stdenv, fetchFromGitHub, ocaml, libelf }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
version = "0.1.0"; version = "0.13.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 = "1f33zmajd6agb36gp8bwj0yqihjhxnkpig9x3a4ggn369x6ixhn3"; sha256 = "1p7rzhvmz9y7ii2z05mfdb49i45f82kx8c9ywciwqma06zycvd80";
}; };
installPhase = '' installPhase = ''