ftxui: 4.1.1 -> 5.0.0

This commit is contained in:
Tobias Mayer 2023-08-20 13:01:32 +02:00
parent d9356a6d72
commit d35670a3cb
No known key found for this signature in database
GPG Key ID: F8657E90819A1298

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;