linux-exploit-suggester: unstable-2022-04-01 -> 1.2-unstable-2026-03-20 (#539490)
This commit is contained in:
@@ -5,14 +5,14 @@
|
||||
}:
|
||||
|
||||
stdenvNoCC.mkDerivation {
|
||||
pname = "linux-exploit-suggester";
|
||||
version = "unstable-2022-04-01";
|
||||
pname = "937cf955501fe7da85994c98f0ca6151194e7c1d";
|
||||
version = "1.2-unstable-2026-03-20";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "The-Z-Labs";
|
||||
repo = "linux-exploit-suggester";
|
||||
rev = "54a5c01497d6655be88f6262ccad5bc5a5e4f4ec";
|
||||
sha256 = "v0Q8O+aaXEqwWAwGP/u5Nkm4DzM6nM11GI4XbK2PeWM=";
|
||||
rev = "937cf955501fe7da85994c98f0ca6151194e7c1d";
|
||||
hash = "sha256-a6SS1GS0qc1BW0w9Er8LA7K4pRMYnfHtmjUNwBF5Gtg=";
|
||||
};
|
||||
|
||||
installPhase = ''
|
||||
@@ -25,10 +25,10 @@ stdenvNoCC.mkDerivation {
|
||||
|
||||
meta = {
|
||||
description = "Tool designed to assist in detecting security deficiencies for given Linux kernel/Linux-based machine";
|
||||
mainProgram = "linux-exploit-suggester";
|
||||
homepage = "https://github.com/The-Z-Labs/linux-exploit-suggester";
|
||||
license = lib.licenses.gpl3Only;
|
||||
maintainers = with lib.maintainers; [ emilytrau ];
|
||||
platforms = lib.platforms.linux;
|
||||
mainProgram = "linux-exploit-suggester";
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user