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

flow: 0.228.0 -> 0.229.0
This commit is contained in:
Mario Rodas
2024-02-15 12:33:31 -05:00
committed by GitHub
@@ -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 = ''