kernel-hardening-checker: 0.6.6 -> 0.6.10 (#360454)

This commit is contained in:
surfaceflinger 2024-12-09 19:59:18 +01:00 committed by GitHub
parent 5014c5dba8
commit 9db79a5788
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,13 +5,13 @@
python3Packages.buildPythonApplication rec {
pname = "kernel-hardening-checker";
version = "0.6.6";
version = "0.6.10";
src = fetchFromGitHub {
owner = "a13xp0p0v";
repo = pname;
rev = "v${version}";
hash = "sha256-xpVazB9G0cdc0GglGpna80EWHZXfTd5mc5mTvvvoPfE=";
hash = "sha256-gxDaOb14jFezxe/qHZF3e52o7obVL0WMIKxwIj3j5QY=";
};
meta = with lib; {