Unverified Commit c8a70c53 authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #304938 from r-ryantm/auto-update/flow

flow: 0.233.0 -> 0.234.0
parents 1c06cbcf bf984bff
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.233.0";
  version = "0.234.0";

  src = fetchFromGitHub {
    owner = "facebook";
    repo = "flow";
    rev = "v${version}";
    hash = "sha256-FMSwCou8J8gpuZ6lPKp+qO58iZWxBDOv8vcZvSdFWWE=";
    hash = "sha256-ChAgAYvNjQ60ly8B4i4M0awjgke8IcjJK72TOQZNnzw=";
  };

  postPatch = ''