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

flow: 0.237.2 -> 0.238.2
This commit is contained in:
Weijia Wang 2024-06-27 23:53:29 +02:00 committed by GitHub
commit 5346b7b7f1
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.2";
version = "0.238.2";
src = fetchFromGitHub {
owner = "facebook";
repo = "flow";
rev = "v${version}";
hash = "sha256-VL547H8cGxuhx5Ho5gRVl60CUQ5EcBuH+xoE0zM5m7A=";
hash = "sha256-l50Z1Vq6wMhUtOXd59waUXM0Xvo4I9twDMSA7Nk1hHU=";
};
postPatch = ''