Commit e0c9a255 authored by Fatih Altinok's avatar Fatih Altinok Committed by Vincent Laporte
Browse files

flow: 0.69.0 -> 0.70.0

parent 78b2345b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -4,14 +4,14 @@
with lib;

stdenv.mkDerivation rec {
  version = "0.69.0";
  version = "0.70.0";
  name = "flow-${version}";

  src = fetchFromGitHub {
    owner = "facebook";
    repo = "flow";
    rev = "v${version}";
    sha256 = "11n8g471zgazcnzsxcw45gzzn63xanw91wj5xwsx8i2cp7wg9g7g";
    sha256 = "1pydmfs7xxrqjdnidp2nagwpk2d0vf5nx3m821plld3vbyh22b76";
  };

  installPhase = ''