linux-hardened: 6.9.10 → 6.10.2
This commit is contained in:
parent
3272b2abb8
commit
e26356373a
1 changed files with 2 additions and 2 deletions
|
@ -21,13 +21,13 @@
|
|||
|
||||
kernel = pkgs.linuxKernel.manualConfig rec {
|
||||
pname = "linux-hardened";
|
||||
version = "6.9.10-hardened1";
|
||||
version = "6.10.2-hardened1";
|
||||
|
||||
src = pkgs.fetchFromGitHub {
|
||||
owner = "anthraxx";
|
||||
repo = pname;
|
||||
rev = "v${version}";
|
||||
hash = "sha256-8ekD3H8R8d9mJJ684+cmgiTpE0svhXrL/9FWMCeFsuc=";
|
||||
hash = "sha256-a9kxt09pQjUJUsdqaIMyA7Us6sxueaacetWKv59Xy3s=";
|
||||
};
|
||||
|
||||
stdenv = overrideCC pkgs.stdenv
|
||||
|
|
Loading…
Reference in a new issue