3
0
Fork 0
forked from mirrors/nixpkgs

lambda-mod-zsh-theme: 2017-10-08 -> 2019-04-17

See 61c373c...6b83aed

The newly introduced commit (87e7cd7) adds support for LAMBDA_MOD_N_DIR_LEVELS
to control the amount of dir levels shown in the prompt.
This commit is contained in:
Maximilian Bosch 2019-04-18 11:52:39 +02:00
parent 9bc23f31d2
commit dadf97736b
No known key found for this signature in database
GPG key ID: 091DBF4D1FC46B8E

View file

@ -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 ];