zsh-completions: 0.30.0 -> 0.31.0

This commit is contained in:
Will Dietz 2019-09-20 18:16:43 -05:00
parent 970145f051
commit 97c1065ae7
No known key found for this signature in database
GPG key ID: EBB0EA4124809D02

View file

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