llama: update vendorSha256

This commit is contained in:
zowoq 2022-02-01 06:04:32 +10:00
parent f77378e875
commit 71e65d9b27
2 changed files with 4 additions and 2 deletions

View File

@ -11,7 +11,7 @@ buildGoModule rec {
sha256 = "sha256-6Xuwl4IpzbVfJ2MhHeImPFWxL/Y6rhnBExlh64PeGdk=";
};
vendorSha256 = "sha256-J/2R3XhGNmejc3jstJ0NWmJm/a1Re6UK6AuQb5gzh4E=";
vendorSha256 = "sha256-zbfQtTDbVWFVGQyjqlkv3mTvEPkKImzXAIXcmkh4wqk=";
meta = with lib; {
description = "Terminal file manager";

View File

@ -18346,7 +18346,9 @@ with pkgs;
libmad = callPackage ../development/libraries/libmad { };
llama = callPackage ../applications/misc/llama { };
llama = callPackage ../applications/misc/llama {
buildGoModule = buildGo117Module;
};
malcontent = callPackage ../development/libraries/malcontent { };