about summary refs log tree commit diff
path: root/pkgs/shells
diff options
context:
space:
mode:
authorfigsoda <figsoda@pm.me>2023-01-12 13:08:04 -0500
committerGitHub <noreply@github.com>2023-01-12 13:08:04 -0500
commitce7916401d16217176d3b930203f198344eda418 (patch)
tree9757271919f30c1c6381b4cdc8961116baa47f01 /pkgs/shells
parent0eca998567792dac6c49cf53bc6d9549bd98e96c (diff)
parentf7670281600aa3fd46b087dbee7938fd5e680959 (diff)
downloadnixlib-ce7916401d16217176d3b930203f198344eda418.tar
nixlib-ce7916401d16217176d3b930203f198344eda418.tar.gz
nixlib-ce7916401d16217176d3b930203f198344eda418.tar.bz2
nixlib-ce7916401d16217176d3b930203f198344eda418.tar.lz
nixlib-ce7916401d16217176d3b930203f198344eda418.tar.xz
nixlib-ce7916401d16217176d3b930203f198344eda418.tar.zst
nixlib-ce7916401d16217176d3b930203f198344eda418.zip
Merge pull request #210370 from r-ryantm/auto-update/spaceship-prompt
spaceship-prompt: 4.12.0 -> 4.13.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 1328020d96d4..8956b54932a8 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.12.0";
+  version = "4.13.1";
 
   src = fetchFromGitHub {
     owner = "denysdovhan";
     repo = pname;
     rev = "v${version}";
-    sha256 = "sha256-ZL6z5pj2xbnUZl4SK7wxiJjheUY79hwDNVYm9+biKZU=";
+    sha256 = "sha256-NGm5uM85ThVBSnwMF//drr4GBiYv5JXZU6ZmbjQ2fLU=";
   };
 
   strictDeps = true;