Merge pull request #92665 from r-ryantm/auto-update/zsh-completions

zsh-completions: 0.31.0 -> 0.32.0
This commit is contained in:
Ryan Mulligan 2020-07-09 16:23:08 -07:00 committed by GitHub
commit ec1e9dba9c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "zsh-completions";
version = "0.31.0";
version = "0.32.0";
src = fetchFromGitHub {
owner = "zsh-users";
repo = pname;
rev = version;
sha256 = "0rw23m8cqxhcb4yjhbzb9lir60zn1xjy7hn3zv1fzz700f0i6fyk";
sha256 = "12l9wrx0aysyj62kgp5limglz0nq73w8c415wcshxnxmhyk6sw6d";
};
installPhase= ''