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

zsh-autocomplete: 22.01.21 -> 23.05.02
This commit is contained in:
Weijia Wang 2023-05-24 02:36:59 +03:00 committed by GitHub
commit 48ea71d1b1
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 = "22.01.21";
version = "23.05.02";
src = fetchFromGitHub {
owner = "marlonrichert";
repo = "zsh-autocomplete";
rev = version;
sha256 = "sha256-+UziTYsjgpiumSulrLojuqHtDrgvuG91+XNiaMD7wIs=";
sha256 = "sha256-HVt7JGkNxg9Kb29x95mxq/vtQ1dBbNeQlb9lK2qTBSI=";
};
strictDeps = true;