flow: 0.226.0 -> 0.227.0

This commit is contained in:
R. Ryantm 2024-01-24 00:02:00 +00:00
parent 947661df11
commit 4f30365255

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "flow";
version = "0.226.0";
version = "0.227.0";
src = fetchFromGitHub {
owner = "facebook";
repo = "flow";
rev = "v${version}";
hash = "sha256-mWC98FLh5m2gYFlFUjrJBeaFBuNx8fm5ojiidE7c2rU=";
hash = "sha256-+tVSlqKyf70fxUfIQ+KnhzI6nE5Weh9D9JIlStah83U=";
};
postPatch = ''