summaryrefslogtreecommitdiffstats
path: root/pkgs/tools
diff options
context:
space:
mode:
authorBobby Rong <rjl931189261@126.com>2021-12-28 12:40:58 +0800
committerGitHub <noreply@github.com>2021-12-28 12:40:58 +0800
commit959104e58cd30224a02bdd2ef3e8fbac7ac79b72 (patch)
tree0696781d0e484cdccde697f14e320a5184af28d7 /pkgs/tools
parent47915ed58660bfecae10f3c0f643959807f66490 (diff)
parent39812c82adf6475c15b5ba1f01e53c4aea3e4065 (diff)
Merge pull request #152369 from fabaff/bump-lmp
lmp: 1.1 -> 2.0
Diffstat (limited to 'pkgs/tools')
-rw-r--r--pkgs/tools/security/lmp/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/security/lmp/default.nix b/pkgs/tools/security/lmp/default.nix
index 5d4488e07e8b..6fd544df20a4 100644
--- a/pkgs/tools/security/lmp/default.nix
+++ b/pkgs/tools/security/lmp/default.nix
@@ -5,16 +5,16 @@
buildGoModule rec {
pname = "lmp";
- version = "1.1";
+ version = "2.0";
src = fetchFromGitHub {
owner = "0xInfection";
repo = "LogMePwn";
rev = "v${version}";
- sha256 = "sha256-3kxMtkHkqo5Gwk864Bb8MqRtuC8HP38Xl22ktiTgr5k=";
+ sha256 = "sha256-VL/Hp7YaXNcV9JPb3kgRHcdhJJ5p3KHUf3hHbT3gKVk=";
};
- vendorSha256 = "sha256-X7Djcp4reOXL6SX4jiSLicolENu7Uo5webSePYrPKug=";
+ vendorSha256 = "sha256-K3jD+r/JFQH5QeLHatCzTdgiABbmKOd/jR3Di10w6mo=";
meta = with lib; {
description = "Scanning and validation toolkit for the Log4J vulnerability";