3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #234837 from hzeller/20230529-ftxui-411

ftxui: 4.1.0 -> 4.1.1
This commit is contained in:
figsoda 2023-05-29 16:07:44 -04:00 committed by GitHub
commit 7513aa98f2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,13 +10,13 @@
stdenv.mkDerivation rec {
pname = "ftxui";
version = "4.1.0";
version = "4.1.1";
src = fetchFromGitHub {
owner = "ArthurSonzogni";
repo = "ftxui";
rev = "v${version}";
sha256 = "sha256-6uPlJXuWcTUnpk+xe6EWDYvDLsfy7hGkEMO/2j3Dz0o=";
sha256 = "sha256-qFgCLV7sgGxlL18sThqpl+vyXL68GXcbYqMG7mXhsB4=";
};
nativeBuildInputs = [