Merge pull request #31205 from mimadrid/update/zsh-syntax-highlighting-0.6.0
zsh-syntax-highlighting: 0.5.0 -> 0.6.0
This commit is contained in:
commit
3ba7fa351c
@ -3,14 +3,14 @@
|
|||||||
# To make use of this derivation, use the `programs.zsh.enableSyntaxHighlighting` option
|
# To make use of this derivation, use the `programs.zsh.enableSyntaxHighlighting` option
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
version = "0.5.0";
|
version = "0.6.0";
|
||||||
name = "zsh-syntax-highlighting-${version}";
|
name = "zsh-syntax-highlighting-${version}";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "zsh-users";
|
owner = "zsh-users";
|
||||||
repo = "zsh-syntax-highlighting";
|
repo = "zsh-syntax-highlighting";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "0k0m5aw67lhi4z143sdawx93y1892scvvdfdnjvljb4hf0vzs2ww";
|
sha256 = "0zmq66dzasmr5pwribyh4kbkk23jxbpdw4rjxx0i7dx8jjp2lzl4";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ zsh ];
|
buildInputs = [ zsh ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user