From 95e84d99a1857cba790a2201d518b6d36876e9e0 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Sun, 11 Dec 2022 06:15:52 +0000 Subject: [PATCH 1/2] spaceship-prompt: 3.16.7 -> 4.12.0 --- pkgs/shells/zsh/spaceship-prompt/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/shells/zsh/spaceship-prompt/default.nix b/pkgs/shells/zsh/spaceship-prompt/default.nix index e5187658eeb9..4aefb63ed0e3 100644 --- a/pkgs/shells/zsh/spaceship-prompt/default.nix +++ b/pkgs/shells/zsh/spaceship-prompt/default.nix @@ -2,13 +2,13 @@ stdenvNoCC.mkDerivation rec { pname = "spaceship-prompt"; - version = "3.16.7"; + version = "4.12.0"; src = fetchFromGitHub { owner = "denysdovhan"; repo = pname; rev = "v${version}"; - sha256 = "sha256-dMP7mDzb0xLCP2l9j4SOP47bcpuBNSoXsDecVOvZaL8="; + sha256 = "sha256-ZL6z5pj2xbnUZl4SK7wxiJjheUY79hwDNVYm9+biKZU="; }; strictDeps = true; From 0f28dc189a470f102864079e730b7103388c24ab Mon Sep 17 00:00:00 2001 From: Kyle Ondy Date: Mon, 19 Dec 2022 15:00:02 -0500 Subject: [PATCH 2/2] spaceship-promt: add async.zsh to package https://gist.github.com/gabrielmldantas/66f0c738a3f248fbf6b7f672bdfef671 via https://github.com/spaceship-prompt/spaceship-prompt/issues/1255#issuecomment-1346276093 --- pkgs/shells/zsh/spaceship-prompt/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/shells/zsh/spaceship-prompt/default.nix b/pkgs/shells/zsh/spaceship-prompt/default.nix index 4aefb63ed0e3..e1691184e7d4 100644 --- a/pkgs/shells/zsh/spaceship-prompt/default.nix +++ b/pkgs/shells/zsh/spaceship-prompt/default.nix @@ -22,6 +22,7 @@ stdenvNoCC.mkDerivation rec { find scripts -type f -exec install -Dm644 {} "$out/lib/spaceship-prompt/{}" \; find sections -type f -exec install -Dm644 {} "$out/lib/spaceship-prompt/{}" \; install -Dm644 spaceship.zsh "$out/lib/spaceship-prompt/spaceship.zsh" + install -Dm644 async.zsh "$out/lib/spaceship-prompt/async.zsh" install -d "$out/share/zsh/themes/" ln -s "$out/lib/spaceship-prompt/spaceship.zsh" "$out/share/zsh/themes/spaceship.zsh-theme" install -d "$out/share/zsh/site-functions/"