summary refs log tree commit diff
diff options
context:
space:
mode:
authorRyan Mulligan <ryan@ryantm.com>2018-02-27 19:26:26 -0800
committerRyan Mulligan <ryan@ryantm.com>2018-02-27 19:26:26 -0800
commitfc3e91bf77f8e189d4ae99060ffdb71e8df7e8bd (patch)
treee3946d8ebdf6b24607203f5096d7f2db5fe3182c
parent6a101342051182e66587249cfd8c4800b0746c82 (diff)
downloadnixlib-fc3e91bf77f8e189d4ae99060ffdb71e8df7e8bd.tar
nixlib-fc3e91bf77f8e189d4ae99060ffdb71e8df7e8bd.tar.gz
nixlib-fc3e91bf77f8e189d4ae99060ffdb71e8df7e8bd.tar.bz2
nixlib-fc3e91bf77f8e189d4ae99060ffdb71e8df7e8bd.tar.lz
nixlib-fc3e91bf77f8e189d4ae99060ffdb71e8df7e8bd.tar.xz
nixlib-fc3e91bf77f8e189d4ae99060ffdb71e8df7e8bd.tar.zst
nixlib-fc3e91bf77f8e189d4ae99060ffdb71e8df7e8bd.zip
zsh-autosuggestions: 0.4.0 -> 0.4.2
Semi-automatic update. These checks were performed:

- built on NixOS
- found 0.4.2 with grep in /nix/store/pgilg1imys99x1i42dslrv4qvqkp0p4d-zsh-autosuggestions-0.4.2
- found 0.4.2 in filename of file in /nix/store/pgilg1imys99x1i42dslrv4qvqkp0p4d-zsh-autosuggestions-0.4.2

cc "@loskutov"
-rw-r--r--pkgs/shells/zsh-autosuggestions/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/shells/zsh-autosuggestions/default.nix b/pkgs/shells/zsh-autosuggestions/default.nix
index 4723a6abeb6d..906301110e96 100644
--- a/pkgs/shells/zsh-autosuggestions/default.nix
+++ b/pkgs/shells/zsh-autosuggestions/default.nix
@@ -4,13 +4,13 @@
 
 stdenv.mkDerivation rec {
   name = "zsh-autosuggestions-${version}";
-  version = "0.4.0";
+  version = "0.4.2";
 
   src = fetchFromGitHub {
     owner = "zsh-users";
     repo = "zsh-autosuggestions";
     rev = "v${version}";
-    sha256 = "0z6i9wjjklb4lvr7zjhbphibsyx51psv50gm07mbb0kj9058j6kc";
+    sha256 = "1yvbhfaaqzhmjmwjh75i1p4mrqp3ksw74bp8lrll81c6zf8bmvig";
   };
 
   buildInputs = [ zsh ];