about summary refs log tree commit diff
path: root/pkgs/shells
diff options
context:
space:
mode:
authorR. RyanTM <ryantm+bot@ryantm.com>2018-08-30 08:05:14 -0700
committerR. RyanTM <ryantm+bot@ryantm.com>2018-08-30 08:05:14 -0700
commitff0c0780c7daa01231fef7d83c2fd3251ce28759 (patch)
tree58efa522e528d2cde530c5e024a16826c8db19a0 /pkgs/shells
parente6a37e3ce4eb7ab711bae565c84e7a9900e8963f (diff)
downloadnixlib-ff0c0780c7daa01231fef7d83c2fd3251ce28759.tar
nixlib-ff0c0780c7daa01231fef7d83c2fd3251ce28759.tar.gz
nixlib-ff0c0780c7daa01231fef7d83c2fd3251ce28759.tar.bz2
nixlib-ff0c0780c7daa01231fef7d83c2fd3251ce28759.tar.lz
nixlib-ff0c0780c7daa01231fef7d83c2fd3251ce28759.tar.xz
nixlib-ff0c0780c7daa01231fef7d83c2fd3251ce28759.tar.zst
nixlib-ff0c0780c7daa01231fef7d83c2fd3251ce28759.zip
zsh-completions: 0.27.0 -> 0.28.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
zsh-completions
Diffstat (limited to 'pkgs/shells')
-rw-r--r--pkgs/shells/zsh/zsh-completions/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/shells/zsh/zsh-completions/default.nix b/pkgs/shells/zsh/zsh-completions/default.nix
index 92a9d293e84f..ba65f90d909e 100644
--- a/pkgs/shells/zsh/zsh-completions/default.nix
+++ b/pkgs/shells/zsh/zsh-completions/default.nix
@@ -2,13 +2,13 @@
 
 stdenv.mkDerivation rec {
   name = "zsh-completions-${version}";
-  version = "0.27.0";
+  version = "0.28.0";
 
   src = fetchFromGitHub {
     owner = "zsh-users";
     repo = "zsh-completions";
     rev = "${version}";
-    sha256 = "1c2xx9bkkvyy0c6aq9vv3fjw7snlm0m5bjygfk5391qgjpvchd29";
+    sha256 = "02n1svaw74y0za856w8zjb98nzg1h6bmy4xsar71irsk1mj3m5h2";
   };
 
   installPhase= ''