about summary refs log tree commit diff
path: root/pkgs/shells
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2023-10-13 04:03:57 +0200
committerGitHub <noreply@github.com>2023-10-13 04:03:57 +0200
commitf7224e8e8044055c26417ad3bfb27346e5253da4 (patch)
tree14b996c71e2aa87a5bc09ecb30d44e46a1f1efc8 /pkgs/shells
parenta2d4a739879262c2c0f19c63ddfabeec53d7cc3c (diff)
parent21c4de68ca1a09fee23b0a6fb4c5f5d08d50436a (diff)
Merge pull request #259118 from r-ryantm/auto-update/spaceship-prompt
spaceship-prompt: 4.14.0 -> 4.14.1
Diffstat (limited to 'pkgs/shells')
-rw-r--r--pkgs/shells/zsh/spaceship-prompt/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/shells/zsh/spaceship-prompt/default.nix b/pkgs/shells/zsh/spaceship-prompt/default.nix
index 41935f75bddd3..b7c7284e9f43b 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 = "4.14.0";
+  version = "4.14.1";
 
   src = fetchFromGitHub {
     owner = "denysdovhan";
     repo = pname;
     rev = "v${version}";
-    sha256 = "sha256-aoifMAjJvv1WAlINNkMwCCop6znxyivoD3vQDo/ZbfQ=";
+    sha256 = "sha256-dl8Ao9Sg+wbFpp6LfWD6isEKou75UzfJkTjZrue4A0A=";
   };
 
   strictDeps = true;