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

flow: 0.226.0 -> 0.227.0
This commit is contained in:
Mario Rodas 2024-01-23 19:42:31 -05:00 committed by GitHub
commit 04391a5ebf
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.226.0";
version = "0.227.0";
src = fetchFromGitHub {
owner = "facebook";
repo = "flow";
rev = "v${version}";
hash = "sha256-mWC98FLh5m2gYFlFUjrJBeaFBuNx8fm5ojiidE7c2rU=";
hash = "sha256-+tVSlqKyf70fxUfIQ+KnhzI6nE5Weh9D9JIlStah83U=";
};
postPatch = ''