summary refs log tree commit diff
path: root/pkgs/shells/zsh
diff options
context:
space:
mode:
authorSilvan Mosberger <infinisil@icloud.com>2019-04-22 22:49:06 +0200
committerGitHub <noreply@github.com>2019-04-22 22:49:06 +0200
commit74697340dd8b14955813df90615c588ea97e15a9 (patch)
treef8516cffd3cdc5e988764195a63add3b9ba91809 /pkgs/shells/zsh
parent40d2f43fe5db04a40919f84dab7888503a2446df (diff)
parentdadf97736b3267eb83c81a093a93ed78e90e5be2 (diff)
downloadnixpkgs-74697340dd8b14955813df90615c588ea97e15a9.tar
nixpkgs-74697340dd8b14955813df90615c588ea97e15a9.tar.gz
nixpkgs-74697340dd8b14955813df90615c588ea97e15a9.tar.bz2
nixpkgs-74697340dd8b14955813df90615c588ea97e15a9.tar.lz
nixpkgs-74697340dd8b14955813df90615c588ea97e15a9.tar.xz
nixpkgs-74697340dd8b14955813df90615c588ea97e15a9.tar.zst
nixpkgs-74697340dd8b14955813df90615c588ea97e15a9.zip
Merge pull request #59823 from Ma27/bump-lambda-mod-zsh-theme
lambda-mod-zsh-theme: 2017-10-08 -> 2019-04-17
Diffstat (limited to 'pkgs/shells/zsh')
-rw-r--r--pkgs/shells/zsh/lambda-mod-zsh-theme/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/shells/zsh/lambda-mod-zsh-theme/default.nix b/pkgs/shells/zsh/lambda-mod-zsh-theme/default.nix
index c4d63bd2771..1794979bedf 100644
--- a/pkgs/shells/zsh/lambda-mod-zsh-theme/default.nix
+++ b/pkgs/shells/zsh/lambda-mod-zsh-theme/default.nix
@@ -1,13 +1,13 @@
 { stdenv, fetchFromGitHub, zsh }:
 
 stdenv.mkDerivation {
-  name = "lambda-mod-zsh-theme-unstable-2017-10-08";
+  name = "lambda-mod-zsh-theme-unstable-2019-04-17";
 
   src = fetchFromGitHub {
     owner = "halfo";
     repo = "lambda-mod-zsh-theme";
-    sha256 = "13yis07zyr192s0x2h04k5bm1yzbk5m3js83aa17xh5573w4b786";
-    rev = "61c373c8aa5556d51522290b82ad44e7166bced1";
+    rev = "6b83aedf9de41ea4e226cdbc78af1b7b92beb6ac";
+    sha256 = "1xf451c349fxnqbvsb07y9r1iqrwslx6x4b6drmnqqqy4yx1r5dj";
   };
 
   buildInputs = [ zsh ];