linux-hardened: 6.10.2 → 6.10.3

This commit is contained in:
Mikael Voss 2024-08-08 00:06:00 +02:00
parent 4e8e6bec89
commit 76213f4e5d
No known key found for this signature in database

View file

@ -32,13 +32,13 @@ let
in
buildLinux rec {
pname = "linux-hardened";
version = "6.10.2-hardened1";
version = "6.10.3-hardened1";
src = fetchFromGitHub {
owner = "anthraxx";
repo = pname;
rev = "v${version}";
hash = "sha256-a9kxt09pQjUJUsdqaIMyA7Us6sxueaacetWKv59Xy3s=";
hash = "sha256-Nb+E1HfEZzl0WQrIl3eXW3pkrnVih7oomtIYdSCmOwA=";
};
defconfig = "allnoconfig";