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

flow: 0.224.0 -> 0.225.1
This commit is contained in:
Mario Rodas 2023-12-26 07:04:47 -05:00 committed by GitHub
commit c1b8f0840b
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.224.0";
version = "0.225.1";
src = fetchFromGitHub {
owner = "facebook";
repo = "flow";
rev = "v${version}";
hash = "sha256-HxJRsIjNXbalqfCBnx5yfWhxdgud1nCNlx1WPUJmALU=";
hash = "sha256-tJWq2l5axnukjqJGZwrVF/UDcPdPGDyjol8fs0a777g=";
};
postPatch = ''