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

flow: 0.204.0 -> 0.204.1
This commit is contained in:
Mario Rodas 2023-04-29 08:04:14 -05:00 committed by GitHub
commit fedcca64b0
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.204.0";
version = "0.205.0";
src = fetchFromGitHub {
owner = "facebook";
repo = "flow";
rev = "v${version}";
sha256 = "sha256-263ZbEDGiZI/2dSLxs966+wtSHG2QMnTtzJ7hPQ4Ix8=";
sha256 = "sha256-+F0NmE9BN8eSmyLnXkgdYy3qdyBvKfRM+hVgYmLvzOg=";
};
postPatch = ''