flow: 0.228.0 -> 0.229.0

This commit is contained in:
R. Ryantm 2024-02-15 04:01:12 +00:00
parent d176767c02
commit f3c5273e62

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "flow";
version = "0.228.0";
version = "0.229.0";
src = fetchFromGitHub {
owner = "facebook";
repo = "flow";
rev = "v${version}";
hash = "sha256-JUmDnpa9hvaGBcZR+OOD9R4P06x94zAdXW1SotXlcMc=";
hash = "sha256-V2U53zby0XfAlKqfqUE7f6zvuwWFU2CCOy34KguZqLc=";
};
postPatch = ''