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:
Adam Thompson-Sharpe
2026-07-15 09:21:41 -04:00
parent e27d7e4b0a
commit b968df7e7e
@@ -5,7 +5,7 @@
}:
stdenvNoCC.mkDerivation {
pname = "937cf955501fe7da85994c98f0ca6151194e7c1d";
pname = "linux-exploit-suggester";
version = "1.2-unstable-2026-03-20";
src = fetchFromGitHub {