Commit 3485c3d0 authored by R. RyanTM's avatar R. RyanTM
Browse files

flow: 0.188.2 -> 0.189.0

parent 732ec9dc
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,13 +2,13 @@

stdenv.mkDerivation rec {
  pname = "flow";
  version = "0.188.2";
  version = "0.189.0";

  src = fetchFromGitHub {
    owner = "facebook";
    repo = "flow";
    rev = "v${version}";
    sha256 = "sha256-oMiq4NMerhyLWtx4NhvTbK5yt7LhqnGTkFPRb+vwuug=";
    sha256 = "sha256-sV2O5bFzIRm6ZiBwgDz8Y+NA5y44UztIAyvnIzkup/I=";
  };

  makeFlags = [ "FLOW_RELEASE=1" ];