zsh-autocomplete: 21.09.22 -> 22.01.21

This commit is contained in:
R. Ryantm 2022-02-13 11:30:33 +00:00
parent d31255bbc5
commit 3848550bc3

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 = ''