Skip to content

Commit

Permalink
lmp: 1.1 -> 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff committed Dec 27, 2021
1 parent ad86f7d commit 39812c8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/tools/security/lmp/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down

0 comments on commit 39812c8

Please sign in to comment.