3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #49086 from dtzWill/update/zsh-completions

zsh-completions: 0.28.0 -> 0.29.0
This commit is contained in:
Jörg Thalheim 2018-10-25 14:59:25 +01:00 committed by GitHub
commit 4b9c30e6e7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
name = "zsh-completions-${version}";
version = "0.28.0";
version = "0.29.0";
src = fetchFromGitHub {
owner = "zsh-users";
repo = "zsh-completions";
rev = "${version}";
sha256 = "02n1svaw74y0za856w8zjb98nzg1h6bmy4xsar71irsk1mj3m5h2";
sha256 = "0a4fdh10rhhjcy06qiyyy0xjvg7fapvy3pgif38wrjqvrddaj6pv";
};
installPhase= ''