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

flow: 0.237.0 -> 0.237.2
This commit is contained in:
Weijia Wang 2024-06-12 00:38:50 +02:00 committed by GitHub
commit 2c08d9dbf1
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.237.0";
version = "0.237.2";
src = fetchFromGitHub {
owner = "facebook";
repo = "flow";
rev = "v${version}";
hash = "sha256-VXjWaxQUtkGpxGD70muoEfasfruSA50obr8CQvLRiyM=";
hash = "sha256-VL547H8cGxuhx5Ho5gRVl60CUQ5EcBuH+xoE0zM5m7A=";
};
postPatch = ''