flow: 0.232.0 -> 0.233.0

This commit is contained in:
R. Ryantm 2024-04-04 11:41:12 +00:00
parent e52ada4e6b
commit c91f6ec145

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "flow";
version = "0.232.0";
version = "0.233.0";
src = fetchFromGitHub {
owner = "facebook";
repo = "flow";
rev = "v${version}";
hash = "sha256-hYFVfkkJFAg5Ij7kwLiMeIHYjPLElHhzDPET6kBQCSg=";
hash = "sha256-FMSwCou8J8gpuZ6lPKp+qO58iZWxBDOv8vcZvSdFWWE=";
};
postPatch = ''