linux-exploit-suggester: fix pname
It seems like the package name was inadvertently set to the source revision, probably when manually bumping the version.
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
}:
|
||||
|
||||
stdenvNoCC.mkDerivation {
|
||||
pname = "937cf955501fe7da85994c98f0ca6151194e7c1d";
|
||||
pname = "linux-exploit-suggester";
|
||||
version = "1.2-unstable-2026-03-20";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
|
||||
Reference in New Issue
Block a user