zsh-history: update vendorSha256

This commit is contained in:
zowoq 2022-01-31 10:36:15 +10:00
parent d954d92f30
commit d5bde89a4b
2 changed files with 4 additions and 2 deletions

View file

@ -13,7 +13,7 @@ buildGoModule rec {
nativeBuildInputs = [ installShellFiles ];
vendorSha256 = "13rc1afds5xg30faqz35haha4kxg73b5nvjirbrkc6kna0vhb54z";
vendorSha256 = "1863ad97y82fx0an1ysalkxnqjz3zfz228wag9a92wdssl1vwzws";
doCheck = false;

View file

@ -11380,7 +11380,9 @@ with pkgs;
zsh-git-prompt = callPackage ../shells/zsh/zsh-git-prompt { };
zsh-history = callPackage ../shells/zsh/zsh-history { };
zsh-history = callPackage ../shells/zsh/zsh-history {
buildGoModule = buildGo117Module;
};
zsh-history-search-multi-word = callPackage ../shells/zsh/zsh-history-search-multi-word { };