zsh-autocomplete: 23.07.13 -> 24.09.04 (#339563)

This commit is contained in:
Leona Maroni 2024-09-04 18:01:19 +02:00 committed by GitHub
commit 144ac614a2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,13 +2,13 @@
stdenvNoCC.mkDerivation rec {
pname = "zsh-autocomplete";
version = "23.07.13";
version = "24.09.04";
src = fetchFromGitHub {
owner = "marlonrichert";
repo = "zsh-autocomplete";
rev = version;
sha256 = "sha256-0NW0TI//qFpUA2Hdx6NaYdQIIUpRSd0Y4NhwBbdssCs=";
sha256 = "sha256-o8IQszQ4/PLX1FlUvJpowR2Tev59N8lI20VymZ+Hp4w=";
};
strictDeps = true;