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

flow: 0.231.0 -> 0.232.0
This commit is contained in:
Mario Rodas 2024-03-27 02:09:01 -05:00 committed by GitHub
commit 50450bfba7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "flow";
version = "0.231.0";
version = "0.232.0";
src = fetchFromGitHub {
owner = "facebook";
repo = "flow";
rev = "v${version}";
hash = "sha256-xZ6hyAnfWMwNZfkDIPV+0Cjs/HBMwBME6tZwQW38Cmk=";
hash = "sha256-hYFVfkkJFAg5Ij7kwLiMeIHYjPLElHhzDPET6kBQCSg=";
};
postPatch = ''