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

flow: 0.209.1 -> 0.211.1
This commit is contained in:
Weijia Wang
2023-07-11 22:05:46 +03:00
committed by GitHub
@@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "flow";
version = "0.209.1";
version = "0.211.1";
src = fetchFromGitHub {
owner = "facebook";
repo = "flow";
rev = "v${version}";
sha256 = "sha256-s40gEZjtbqFfQGOVhLYG1Wd/CCyfFB1qoQpk2Huz5P0=";
sha256 = "sha256-edfNDy6LvlHlNloDTSmHCaHZFdBpBkUQG757gweqquk=";
};
postPatch = ''