Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

Merge pull request #31205 from mimadrid/update/zsh-syntax-highlighting-0.6.0

zsh-syntax-highlighting: 0.5.0 -> 0.6.0

authored by Jörg Thalheim and committed by GitHub 3ba7fa35 ef91f9d2

+2 -2
+2 -2
pkgs/shells/zsh-syntax-highlighting/default.nix
··· 3 # To make use of this derivation, use the `programs.zsh.enableSyntaxHighlighting` option 4 5 stdenv.mkDerivation rec { 6 - version = "0.5.0"; 7 name = "zsh-syntax-highlighting-${version}"; 8 9 src = fetchFromGitHub { 10 owner = "zsh-users"; 11 repo = "zsh-syntax-highlighting"; 12 rev = version; 13 - sha256 = "0k0m5aw67lhi4z143sdawx93y1892scvvdfdnjvljb4hf0vzs2ww"; 14 }; 15 16 buildInputs = [ zsh ];
··· 3 # To make use of this derivation, use the `programs.zsh.enableSyntaxHighlighting` option 4 5 stdenv.mkDerivation rec { 6 + version = "0.6.0"; 7 name = "zsh-syntax-highlighting-${version}"; 8 9 src = fetchFromGitHub { 10 owner = "zsh-users"; 11 repo = "zsh-syntax-highlighting"; 12 rev = version; 13 + sha256 = "0zmq66dzasmr5pwribyh4kbkk23jxbpdw4rjxx0i7dx8jjp2lzl4"; 14 }; 15 16 buildInputs = [ zsh ];