zsh-completions: 0.26.0 -> 0.27.0
This commit is contained in:
parent
0744e0d829
commit
ae25bd35c6
@ -2,13 +2,13 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "zsh-completions-${version}";
|
name = "zsh-completions-${version}";
|
||||||
version = "0.26.0";
|
version = "0.27.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "zsh-users";
|
owner = "zsh-users";
|
||||||
repo = "zsh-completions";
|
repo = "zsh-completions";
|
||||||
rev = "${version}";
|
rev = "${version}";
|
||||||
sha256 = "16yhwf42a11v8bhnfb7nda0svxmglzph3c0cknvf8p5m6mkqj9s2";
|
sha256 = "1c2xx9bkkvyy0c6aq9vv3fjw7snlm0m5bjygfk5391qgjpvchd29";
|
||||||
};
|
};
|
||||||
|
|
||||||
installPhase= ''
|
installPhase= ''
|
||||||
|
Loading…
Reference in New Issue
Block a user