3
0
Fork 0
forked from mirrors/nixpkgs

flow: 0.55.0 -> 0.56.0

This commit is contained in:
Ruben Maher 2017-09-29 08:45:18 +09:30
parent 01a3f0b8aa
commit 96939d5a0d

View file

@ -3,14 +3,14 @@
with lib;
stdenv.mkDerivation rec {
version = "0.55.0";
version = "0.56.0";
name = "flow-${version}";
src = fetchFromGitHub {
owner = "facebook";
repo = "flow";
rev = "v${version}";
sha256 = "042q2197m9l7r6j053dd4hqaqv7dsc5wh8h6aifkcmqa4ypp4w5r";
sha256 = "0979hcz5qqblcnkc4whkklzdhm4f45gzfl6y4zp0wbq0qi1gv7x4";
};
installPhase = ''