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
This commit is contained in:
parent
5568ec4c14
commit
0c96c9b505
@ -4,13 +4,13 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "zsh-autosuggestions-${version}";
|
name = "zsh-autosuggestions-${version}";
|
||||||
version = "0.5.2";
|
version = "0.6.3";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "zsh-users";
|
owner = "zsh-users";
|
||||||
repo = "zsh-autosuggestions";
|
repo = "zsh-autosuggestions";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "1xhrdv6cgmq9qslb476rcs8ifw8i2vf43yvmmscjcmpz0jac4sbx";
|
sha256 = "1h8h2mz9wpjpymgl2p7pc146c1jgb3dggpvzwm9ln3in336wl95c";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ zsh ];
|
buildInputs = [ zsh ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user