Merge pull request #159822 from r-ryantm/auto-update/zsh-autocomplete

zsh-autocomplete: 21.09.22 -> 22.01.21
This commit is contained in:
Mario Rodas 2022-02-13 09:38:06 -05:00 committed by GitHub
commit 811c3111c6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
stdenvNoCC.mkDerivation rec {
pname = "zsh-autocomplete";
version = "21.09.22";
version = "22.01.21";
src = fetchFromGitHub {
owner = "marlonrichert";
repo = "zsh-autocomplete";
rev = version;
sha256 = "sha256-c4+5ta0ATuy9hIygSnqaquHf+YIStvHMaABwq3qyru8=";
sha256 = "sha256-+UziTYsjgpiumSulrLojuqHtDrgvuG91+XNiaMD7wIs=";
};
installPhase = ''