lol
fork

Configure Feed

Select the types of activity you want to include in your feed.

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

authored by

R. RyanTM and committed by
xeji
31f76cde fe2b50ba

+2 -2
+2 -2
pkgs/shells/zsh/zsh-autosuggestions/default.nix
··· 4 4 5 5 stdenv.mkDerivation rec { 6 6 name = "zsh-autosuggestions-${version}"; 7 - version = "0.4.2"; 7 + version = "0.4.3"; 8 8 9 9 src = fetchFromGitHub { 10 10 owner = "zsh-users"; 11 11 repo = "zsh-autosuggestions"; 12 12 rev = "v${version}"; 13 - sha256 = "1yvbhfaaqzhmjmwjh75i1p4mrqp3ksw74bp8lrll81c6zf8bmvig"; 13 + sha256 = "117m4jk3lgh98k699v00pg554qblpr4pbfvgs0qrgygfx1n1bpl4"; 14 14 }; 15 15 16 16 buildInputs = [ zsh ];