zsh-syntax-highlighting: 0.6.0 -> 0.7.1
This commit is contained in:
parent
e17a1a098c
commit
00c8e2b625
@ -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.6.0";
|
version = "0.7.1";
|
||||||
pname = "zsh-syntax-highlighting";
|
pname = "zsh-syntax-highlighting";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "zsh-users";
|
owner = "zsh-users";
|
||||||
repo = "zsh-syntax-highlighting";
|
repo = "zsh-syntax-highlighting";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "0zmq66dzasmr5pwribyh4kbkk23jxbpdw4rjxx0i7dx8jjp2lzl4";
|
sha256 = "03r6hpb5fy4yaakqm3lbf4xcvd408r44jgpv4lnzl9asp4sb9qc0";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ zsh ];
|
buildInputs = [ zsh ];
|
||||||
@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Fish shell like syntax highlighting for Zsh";
|
description = "Fish shell like syntax highlighting for Zsh";
|
||||||
homepage = https://github.com/zsh-users/zsh-syntax-highlighting;
|
homepage = "https://github.com/zsh-users/zsh-syntax-highlighting";
|
||||||
license = licenses.bsd3;
|
license = licenses.bsd3;
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
maintainers = [ maintainers.loskutov ];
|
maintainers = [ maintainers.loskutov ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user