From 4cb0894bc1312637d51023628551403be255ac67 Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Sun, 22 Mar 2020 17:44:45 +0100 Subject: [PATCH] =?UTF-8?q?zsh-powerlevel10k:=20v1.4.0=20=E2=86=92=20v1.5.?= =?UTF-8?q?0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Changes since the last release New and changed parameters: Two additional parameters are available in gcloud: P9K_GCLOUD_CONFIGURATION and P9K_GCLOUD_PROJECT_NAME. gcloud segment can now be in two states: PARTIAL and COMPLETE. See documentation. Wizard: The screen asking whether to display current time now offers a choice between two formats: 24-hour and 12-hour. os_icon is no longer bold. Slanted and flat separators are now using glyphs from Box Drawing Unicode block. They should look much better in fonts with correctly sized Box Drawing glyphs. gcloud now displays project name instead of project id whenever possible. Bug fixes: Powerlevel10k no longer resolves symbolic links when calling commands that might act differently depending on argv[0]. java_version now works properly when using AdoptOpenJDK. Misc: Arch Linux users can now install Powerlevel10k with pacman. See instructions. There is a new version of MesloLGS NF (the recommended font) with better alignment of powerline glyphs and 44% larger icons (by area). iTerm2 users can upgrade by typing p10k configure. Users of other terminals can follow manual installation instructions. --- 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 777ec6e63c15..7fac0fb8ab8a 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.4.0"; + version = "1.5.0"; src = fetchFromGitHub { owner = "romkatv"; repo = "powerlevel10k"; rev = "v${version}"; - sha256 = "03v8qlblgdazbm16gwr87blm5nxizza61f8w6hjyhgrx51ly9ln5"; + sha256 = "0r8vccgfy85ryswaigzgwmvhvrhlap7nrg7bi66w63877znqlksj"; }; patches = [