about summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2018-05-23 02:54:14 -0700
committerxeji <36407913+xeji@users.noreply.github.com>2018-05-23 11:54:14 +0200
commit31f76cde3e86c8cc2d67e3991988876b7535b0d7 (patch)
treee09b48358e64d4e45ff393bb47d481b4eb44df56
parentfe2b50badba45c1bdc25f378996547402736e5ea (diff)
downloadnixlib-31f76cde3e86c8cc2d67e3991988876b7535b0d7.tar
nixlib-31f76cde3e86c8cc2d67e3991988876b7535b0d7.tar.gz
nixlib-31f76cde3e86c8cc2d67e3991988876b7535b0d7.tar.bz2
nixlib-31f76cde3e86c8cc2d67e3991988876b7535b0d7.tar.lz
nixlib-31f76cde3e86c8cc2d67e3991988876b7535b0d7.tar.xz
nixlib-31f76cde3e86c8cc2d67e3991988876b7535b0d7.tar.zst
nixlib-31f76cde3e86c8cc2d67e3991988876b7535b0d7.zip
zsh-autosuggestions: 0.4.2 -> 0.4.3 (#40949)
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.

These checks were done:

- built on NixOS

- 0 of 0 passed binary check by having a zero exit code.
- 0 of 0 passed binary check by having the new version present in output.
- found 0.4.3 with grep in /nix/store/dvwkp03wvr20n7yf3738hxsl9h1ab02i-zsh-autosuggestions-0.4.3
- directory tree listing: https://gist.github.com/dd361ac28a6f251b013a1fafa71c394e
- du listing: https://gist.github.com/cb334bbb9559eb43e36794d276a97db9
-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 906301110e96..02e25cfdde62 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.4.2";
+  version = "0.4.3";
 
   src = fetchFromGitHub {
     owner = "zsh-users";
     repo = "zsh-autosuggestions";
     rev = "v${version}";
-    sha256 = "1yvbhfaaqzhmjmwjh75i1p4mrqp3ksw74bp8lrll81c6zf8bmvig";
+    sha256 = "117m4jk3lgh98k699v00pg554qblpr4pbfvgs0qrgygfx1n1bpl4";
   };
 
   buildInputs = [ zsh ];