linux-hardened: 6.10.3 → 6.10.4

This commit is contained in:
Mikael Voss 2024-08-12 14:57:54 +02:00
parent ab3e2474dd
commit e7ac5fc058
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.3-hardened1";
version = "6.10.4-hardened1";
src = fetchFromGitHub {
owner = "anthraxx";
repo = pname;
rev = "v${version}";
hash = "sha256-Nb+E1HfEZzl0WQrIl3eXW3pkrnVih7oomtIYdSCmOwA=";
hash = "sha256-qq2vmrUIYUuXEwuZoXrXbZY/li+ReFNuqhsy1R0yx0s=";
};
defconfig = "allnoconfig";