zsh-syntax-highlighting: 0.7.1 -> 0.8.0

This commit is contained in:
Gutyina Gergő 2023-08-18 19:47:50 +02:00
parent 42c25608aa
commit 1ec01c34d7
No known key found for this signature in database
1 changed files with 2 additions and 2 deletions

View File

@ -3,14 +3,14 @@
# To make use of this derivation, use the `programs.zsh.enableSyntaxHighlighting` option
stdenv.mkDerivation rec {
version = "0.7.1";
version = "0.8.0";
pname = "zsh-syntax-highlighting";
src = fetchFromGitHub {
owner = "zsh-users";
repo = "zsh-syntax-highlighting";
rev = version;
sha256 = "03r6hpb5fy4yaakqm3lbf4xcvd408r44jgpv4lnzl9asp4sb9qc0";
sha256 = "sha256-iJdWopZwHpSyYl5/FQXEW7gl/SrKaYDEtTH9cGP7iPo=";
};
strictDeps = true;