mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-03 12:23:02 +00:00
zsh-history: update vendorSha256
This commit is contained in:
parent
d954d92f30
commit
d5bde89a4b
@ -13,7 +13,7 @@ buildGoModule rec {
|
||||
|
||||
nativeBuildInputs = [ installShellFiles ];
|
||||
|
||||
vendorSha256 = "13rc1afds5xg30faqz35haha4kxg73b5nvjirbrkc6kna0vhb54z";
|
||||
vendorSha256 = "1863ad97y82fx0an1ysalkxnqjz3zfz228wag9a92wdssl1vwzws";
|
||||
|
||||
doCheck = false;
|
||||
|
||||
|
@ -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 { };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user