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
commit 0f380da795
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 = ''