Commit d6102a34 authored by R. RyanTM's avatar R. RyanTM
Browse files

flow: 0.204.0 -> 0.204.1

parent 988b93dd
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.204.0";
  version = "0.204.1";

  src = fetchFromGitHub {
    owner = "facebook";
    repo = "flow";
    rev = "v${version}";
    sha256 = "sha256-263ZbEDGiZI/2dSLxs966+wtSHG2QMnTtzJ7hPQ4Ix8=";
    sha256 = "sha256-hdm1TEvx78gwp3lV4vW3rfhOgYe8D6cUBmZ4nHlfEPk=";
  };

  postPatch = ''