about summary refs log tree commit diff
path: root/pkgs/shells
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2019-07-02 22:14:45 -0700
committerFrederik Rietdijk <freddyrietdijk@fridh.nl>2019-07-03 08:29:01 +0200
commit0c96c9b5050fcf063f7ac2c9e92fb06b71fa6021 (patch)
tree8fd274a9d1e335b96d37fb69b72854e734fc4def /pkgs/shells
parent5568ec4c14fe3346cee7dc70e0d9230842d3e91a (diff)
downloadnixlib-0c96c9b5050fcf063f7ac2c9e92fb06b71fa6021.tar
nixlib-0c96c9b5050fcf063f7ac2c9e92fb06b71fa6021.tar.gz
nixlib-0c96c9b5050fcf063f7ac2c9e92fb06b71fa6021.tar.bz2
nixlib-0c96c9b5050fcf063f7ac2c9e92fb06b71fa6021.tar.lz
nixlib-0c96c9b5050fcf063f7ac2c9e92fb06b71fa6021.tar.xz
nixlib-0c96c9b5050fcf063f7ac2c9e92fb06b71fa6021.tar.zst
nixlib-0c96c9b5050fcf063f7ac2c9e92fb06b71fa6021.zip
zsh-autosuggestions: 0.5.2 -> 0.6.3
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/zsh-autosuggestions/versions
Diffstat (limited to 'pkgs/shells')
-rw-r--r--pkgs/shells/zsh/zsh-autosuggestions/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/shells/zsh/zsh-autosuggestions/default.nix b/pkgs/shells/zsh/zsh-autosuggestions/default.nix
index dc8c88b77cb9..6af1869da7ee 100644
--- a/pkgs/shells/zsh/zsh-autosuggestions/default.nix
+++ b/pkgs/shells/zsh/zsh-autosuggestions/default.nix
@@ -4,13 +4,13 @@
 
 stdenv.mkDerivation rec {
   name = "zsh-autosuggestions-${version}";
-  version = "0.5.2";
+  version = "0.6.3";
 
   src = fetchFromGitHub {
     owner = "zsh-users";
     repo = "zsh-autosuggestions";
     rev = "v${version}";
-    sha256 = "1xhrdv6cgmq9qslb476rcs8ifw8i2vf43yvmmscjcmpz0jac4sbx";
+    sha256 = "1h8h2mz9wpjpymgl2p7pc146c1jgb3dggpvzwm9ln3in336wl95c";
   };
 
   buildInputs = [ zsh ];