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

flow: 0.223.2 -> 0.224.0
This commit is contained in:
Mario Rodas 2023-12-16 18:40:20 -05:00 committed by GitHub
commit 4011cc688b
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.223.2";
version = "0.224.0";
src = fetchFromGitHub {
owner = "facebook";
repo = "flow";
rev = "v${version}";
hash = "sha256-vjsqQuQxTywSx4c0lnDKrrNr5hfFog9UurhIctq14f4=";
hash = "sha256-HxJRsIjNXbalqfCBnx5yfWhxdgud1nCNlx1WPUJmALU=";
};
postPatch = ''