about summary refs log tree commit diff
path: root/pkgs/shells/zsh
diff options
context:
space:
mode:
authorgeistesk <github.jyf300hj@0x21.biz>2019-09-14 10:12:05 +0200
committerMatthieu Coudron <coudron@iij.ad.jp>2019-09-14 18:50:09 +0900
commitaaf514d32251b075d987488345226d55e2f5bc94 (patch)
tree8fc521a978cf653542f30bdabb9d66921385ba75 /pkgs/shells/zsh
parentc659b70e863aceffed616a0b0fe1a06c492896ea (diff)
spaceship-prompt: 3.7.1 -> 3.11.2
Diffstat (limited to 'pkgs/shells/zsh')
-rw-r--r--pkgs/shells/zsh/spaceship-prompt/default.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/shells/zsh/spaceship-prompt/default.nix b/pkgs/shells/zsh/spaceship-prompt/default.nix
index ad7b46a907e44..0e7536b4fa17e 100644
--- a/pkgs/shells/zsh/spaceship-prompt/default.nix
+++ b/pkgs/shells/zsh/spaceship-prompt/default.nix
@@ -1,14 +1,14 @@
 { stdenv, fetchFromGitHub }:
 
-stdenv.mkDerivation {
+stdenv.mkDerivation rec {
   pname = "spaceship-prompt";
-  version = "3.7.1";
+  version = "3.11.2";
 
   src = fetchFromGitHub {
     owner = "denysdovhan";
     repo = "spaceship-prompt";
-    sha256 = "0laihax18bs254rm2sww5wkjbmkp4m5c8aicgqpi4diz7difxk6z";
-    rev = "aaa34aeab9ba0a99416788f627ec9aeffba392f0";
+    sha256 = "1q7m9mmg82n4fddfz01y95d5n34xnzhrnn1lli0vih39sgmzim9b";
+    rev = "v${version}";
   };
 
   installPhase = ''