Merge pull request #250331 from tobim/pkgs/ftxui-5.0

ftxui: 4.1.1 -> 5.0.0
This commit is contained in:
OTABI Tomoya
2023-08-21 15:16:36 +09:00
committed by GitHub
+2 -2
View File
@@ -10,13 +10,13 @@
stdenv.mkDerivation rec {
pname = "ftxui";
version = "4.1.1";
version = "5.0.0";
src = fetchFromGitHub {
owner = "ArthurSonzogni";
repo = "ftxui";
rev = "v${version}";
sha256 = "sha256-qFgCLV7sgGxlL18sThqpl+vyXL68GXcbYqMG7mXhsB4=";
sha256 = "sha256-IF6G4wwQDksjK8nJxxAnxuCw2z2qvggCmRJ2rbg00+E=";
};
strictDeps = true;