From c17800c081b84b5e350a74b9f59b121ecee7863d Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Mon, 27 Apr 2020 12:29:05 +0200 Subject: [PATCH 1/2] =?UTF-8?q?zsh-powerlevel10k:=20v1.5.0=20=E2=86=92=20v?= =?UTF-8?q?1.6.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Changes since the last release Wizard Configuration wizard now reacts to terminal size changes in real time and can function at much smaller terminal dimensions. Configs with prompt_char now have vi_mode disabled by default. Generated configs now unset DEFAULT_USER. Classic and Rainbow configs now set POWERLEVEL9K_MULTILINE_NEWLINE_PROMPT_GAP_BACKGROUND. This makes it easier to define 3-line prompt. New parameters If POWERLEVEL9K_CONFIG_FILE is set, configuration wizard will write configs to the specified location instead of the default ${ZDOTDIR:-~}/.p10k.zsh. gitstatus Support older macOS versions (at least El Capitan; even older versions might work). Support Linux on armv6, i386 and i686. Support cygwin and msys2 on i686. macOS builds now use iconv from Homebrew. gitstatusd binaries are now being built with https://github.com/romkatv/gitstatus/blob/release/mbuild. Misc The default icon for proxy segment is now ↔ instead of ⮂. The old icon is missing in many fonts. Bug fixes gitstatus once again works on 64-bit Linux without glibc. Instant prompt no longer gets gradually slower over time when XDG_HOME_CACHE is on a slow filesystem. Instant prompt no longer prints spurious erros when XDG_HOME_CACHE is on NTFS. The old-style (and discouraged) custom prompts now work on zsh 5.3.1. Configuration wizard once again presents "extra icons" and "fluent prompt" options when using 12-hour time format. --- pkgs/shells/zsh/zsh-powerlevel10k/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/shells/zsh/zsh-powerlevel10k/default.nix b/pkgs/shells/zsh/zsh-powerlevel10k/default.nix index 7fac0fb8ab8..3b117d4a1ab 100644 --- a/pkgs/shells/zsh/zsh-powerlevel10k/default.nix +++ b/pkgs/shells/zsh/zsh-powerlevel10k/default.nix @@ -5,13 +5,13 @@ stdenv.mkDerivation rec { pname = "powerlevel10k"; - version = "1.5.0"; + version = "1.6.0"; src = fetchFromGitHub { owner = "romkatv"; repo = "powerlevel10k"; rev = "v${version}"; - sha256 = "0r8vccgfy85ryswaigzgwmvhvrhlap7nrg7bi66w63877znqlksj"; + sha256 = "1v6lwjlc4qrxfv1yjy31xh59ayf7jprm3y87l75d08pzj1v4lsj5"; }; patches = [ From b53cabcfedc4077e9bdba6ebc7824ecd381c1994 Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Mon, 27 Apr 2020 12:33:52 +0200 Subject: [PATCH 2/2] =?UTF-8?q?gitstatus:=20unstable-2020-03-15=20?= =?UTF-8?q?=E2=86=92=20unstable-2020-04-21?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../version-management/git-and-tools/gitstatus/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/applications/version-management/git-and-tools/gitstatus/default.nix b/pkgs/applications/version-management/git-and-tools/gitstatus/default.nix index 26b736b8b6f..eab382386ef 100644 --- a/pkgs/applications/version-management/git-and-tools/gitstatus/default.nix +++ b/pkgs/applications/version-management/git-and-tools/gitstatus/default.nix @@ -2,13 +2,13 @@ stdenv.mkDerivation { pname = "gitstatus"; - version = "unstable-2020-03-15"; + version = "unstable-2020-04-21"; src = fetchFromGitHub { owner = "romkatv"; repo = "gitstatus"; - rev = "c07996bc3ea1912652f52a816b830a5a3ee9b49c"; - sha256 = "07s8hwx3i5mnafi2xfim44z3q2nsvlcibfdxj17w8mkjhfpywi00"; + rev = "3494f25b0b3b2eac241cf669d1fea2b49ea42fb3"; + sha256 = "0b4g14dkkgih6zps2w1krl9xf44ysj02617zj1k51z127v2lpm1f"; }; buildInputs = [ (callPackage ./romkatv_libgit2.nix {}) ];