Unverified Commit 456af4e1 authored by figsoda's avatar figsoda Committed by GitHub
Browse files

Merge pull request #235037 from NixOS/backport-234837-to-release-23.05

[Backport release-23.05] ftxui: 4.1.0 -> 4.1.1
parents 4b2b21e0 150e1d64
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 = [