zsh-completions: 0.30.0 -> 0.31.0 (#69197)
zsh-completions: 0.30.0 -> 0.31.0
This commit is contained in:
commit
63531011d0
@ -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= ''
|
||||||
|
Loading…
Reference in New Issue
Block a user