linux-hardened: 6.9.10 → 6.10.2

This commit is contained in:
Mikael 2024-07-31 11:07:12 +02:00
parent 3272b2abb8
commit e26356373a

View file

@ -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