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

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

flow: 0.228.0 -> 0.229.0
parents 4714eaa1 f3c5273e
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.228.0";
  version = "0.229.0";

  src = fetchFromGitHub {
    owner = "facebook";
    repo = "flow";
    rev = "v${version}";
    hash = "sha256-JUmDnpa9hvaGBcZR+OOD9R4P06x94zAdXW1SotXlcMc=";
    hash = "sha256-V2U53zby0XfAlKqfqUE7f6zvuwWFU2CCOy34KguZqLc=";
  };

  postPatch = ''