zsh-history: fix vendor hash, formatting
This commit is contained in:
parent
cb4cf5156d
commit
03a48db031
1 changed files with 6 additions and 7 deletions
|
@ -11,9 +11,9 @@ buildGoModule rec {
|
||||||
sha256 = "13n643ik1zjvpk8h9458yd9ffahhbdnigmbrbmpn7b7g23wqqsi3";
|
sha256 = "13n643ik1zjvpk8h9458yd9ffahhbdnigmbrbmpn7b7g23wqqsi3";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ installShellFiles ];
|
vendorSha256 = "sha256-n5QFN1B2GjbzylFuW9Y4r0+ioIJlfKwcGK8X3ZwKLI8=";
|
||||||
|
|
||||||
vendorSha256 = "1863ad97y82fx0an1ysalkxnqjz3zfz228wag9a92wdssl1vwzws";
|
nativeBuildInputs = [ installShellFiles ];
|
||||||
|
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
|
||||||
|
@ -23,16 +23,15 @@ buildGoModule rec {
|
||||||
installShellCompletion --zsh --name _history $out/share/zsh/completions/_history
|
installShellCompletion --zsh --name _history $out/share/zsh/completions/_history
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
passthru.tests = {
|
||||||
|
zsh-history-shell-integration = nixosTests.zsh-history;
|
||||||
|
};
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "A CLI to provide enhanced history for your ZSH shell";
|
description = "A CLI to provide enhanced history for your ZSH shell";
|
||||||
homepage = "https://github.com/b4b4r07/history";
|
homepage = "https://github.com/b4b4r07/history";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = with maintainers; [ ];
|
maintainers = with maintainers; [ ];
|
||||||
mainProgram = "history";
|
mainProgram = "history";
|
||||||
platforms = platforms.unix;
|
|
||||||
};
|
|
||||||
|
|
||||||
passthru.tests = {
|
|
||||||
zsh-history-shell-integration = nixosTests.zsh-history;
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue