zsh-syntax-highlighting: 0.5.0 -> 0.6.0

This commit is contained in:
mimadrid 2017-11-03 20:03:16 +01:00
parent 0744e0d829
commit c7db2d7df0
No known key found for this signature in database
GPG Key ID: 4D0F6894D41C6957

View File

@ -3,14 +3,14 @@
# To make use of this derivation, use the `programs.zsh.enableSyntaxHighlighting` option
stdenv.mkDerivation rec {
version = "0.5.0";
version = "0.6.0";
name = "zsh-syntax-highlighting-${version}";
src = fetchFromGitHub {
owner = "zsh-users";
repo = "zsh-syntax-highlighting";
rev = version;
sha256 = "0k0m5aw67lhi4z143sdawx93y1892scvvdfdnjvljb4hf0vzs2ww";
sha256 = "0zmq66dzasmr5pwribyh4kbkk23jxbpdw4rjxx0i7dx8jjp2lzl4";
};
buildInputs = [ zsh ];