From 98f6f8e670c124c5872997aea73ac655dcd92389 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sandro=20J=C3=A4ckel?= Date: Fri, 21 Aug 2026 02:58:09 +0200 Subject: [PATCH] tirith: 0.3.1 -> 0.3.3 Diff: https://github.com/sheeki03/tirith/compare/v0.3.1...v0.3.3 Changelog: https://github.com/sheeki03/tirith/blob/v0.3.3/CHANGELOG.md (cherry picked from commit 09398a04c2f4d57814a94c8a6eb7414d123bf0c5) --- pkgs/by-name/ti/tirith/package.nix | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/pkgs/by-name/ti/tirith/package.nix b/pkgs/by-name/ti/tirith/package.nix index 3f9bd107e3fa..3cdb6e678b53 100644 --- a/pkgs/by-name/ti/tirith/package.nix +++ b/pkgs/by-name/ti/tirith/package.nix @@ -8,15 +8,15 @@ }: rustPlatform.buildRustPackage (final: { pname = "tirith"; - version = "0.3.1"; + version = "0.3.3"; src = fetchFromGitHub { owner = "sheeki03"; repo = "tirith"; tag = "v${final.version}"; - hash = "sha256-RdStW5ubqypdmFqNk9DHtUp5jHnZdXiWW/lAlSaBb3c="; + hash = "sha256-kU/HeCW4QNS1Ica69YZkdSgL3gsbDOJVGTyINZOnHUQ="; }; - cargoHash = "sha256-/V2vv02x0zSsJCcJMSttG9eekRZMK7KTk6m2VYePFa8="; + cargoHash = "sha256-r13gquMmfJhR5N8Vu3/R+3SWUyVWyJFE6fiJbqbE5n4="; cargoBuildFlags = [ "-p" @@ -30,8 +30,18 @@ rustPlatform.buildRustPackage (final: { checkFlags = [ # requires a fully functional shell environment, generating init scripts needs a patch under nix to work at build time + "--skip=bash_capability_cache_steers_default_mode" + "--skip=bash_enter_degradation_is_visible_not_silent" + "--skip=cli::clipboard::tests::copy_path_does_not_consult_sidecar" + "--skip=clipboard_watch_exits_when_stdout_pipe_closed" "--skip=init_bash_output" + "--skip=init_prompt_status_emits_marker_wrapped_snippet_zsh" + "--skip=init_prompt_status_is_idempotent_when_run_twice" + "--skip=init_prompt_status_supports_bash_and_fish_and_powershell" + "--skip=init_without_prompt_status_does_not_emit_snippet" "--skip=init_zsh_output" + # fails with: no such file or directory + "--skip=cli::checkpoint::tests::restore_checkpoint_nonzero_on_partial_failure" ]; nativeBuildInputs = lib.optionals (stdenv.buildPlatform.canExecute stdenv.hostPlatform) [