zsh-completions: 0.30.0 -> 0.31.0 (#69197)

zsh-completions: 0.30.0 -> 0.31.0
This commit is contained in:
Jörg Thalheim 2019-09-21 09:25:48 +01:00 committed by GitHub
commit 63531011d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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