lmp: update vendorSha256

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

View file

@ -14,7 +14,7 @@ buildGoModule rec {
sha256 = "sha256-VL/Hp7YaXNcV9JPb3kgRHcdhJJ5p3KHUf3hHbT3gKVk=";
};
vendorSha256 = "sha256-K3jD+r/JFQH5QeLHatCzTdgiABbmKOd/jR3Di10w6mo=";
vendorSha256 = "sha256-3NTaJ/Y3Tc6UGLfYTKjZxAAI43GJyZQ5wQVYbnXHSYc=";
meta = with lib; {
description = "Scanning and validation toolkit for the Log4J vulnerability";

View file

@ -7583,7 +7583,9 @@ with pkgs;
liquidctl = with python3Packages; toPythonApplication liquidctl;
lmp = callPackage ../tools/security/lmp { };
lmp = callPackage ../tools/security/lmp {
buildGoModule = buildGo117Module;
};
localtime = callPackage ../tools/system/localtime { };