Commit 150e1d64 authored by Henner Zeller's avatar Henner Zeller Committed by github-actions[bot]
Browse files

ftxui: 4.1.0 -> 4.1.1

(cherry picked from commit 65dd3c5d)
parent 4b2b21e0
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = [