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

flow: 0.209.0 -> 0.209.1
This commit is contained in:
Mario Rodas 2023-06-24 18:31:00 -05:00 committed by GitHub
commit 3d4ab1f46b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "flow";
version = "0.209.0";
version = "0.209.1";
src = fetchFromGitHub {
owner = "facebook";
repo = "flow";
rev = "v${version}";
sha256 = "sha256-6PqDCQzK7L8ucFxNEWtJ2ExHcBz2yacxu8rbC21MywE=";
sha256 = "sha256-s40gEZjtbqFfQGOVhLYG1Wd/CCyfFB1qoQpk2Huz5P0=";
};
postPatch = ''