zsh-completions: 0.26.0 -> 0.27.0

This commit is contained in:
mimadrid 2017-11-03 20:01:12 +01:00
parent 0744e0d829
commit ae25bd35c6
No known key found for this signature in database
GPG Key ID: 4D0F6894D41C6957

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
name = "zsh-completions-${version}";
version = "0.26.0";
version = "0.27.0";
src = fetchFromGitHub {
owner = "zsh-users";
repo = "zsh-completions";
rev = "${version}";
sha256 = "16yhwf42a11v8bhnfb7nda0svxmglzph3c0cknvf8p5m6mkqj9s2";
sha256 = "1c2xx9bkkvyy0c6aq9vv3fjw7snlm0m5bjygfk5391qgjpvchd29";
};
installPhase= ''