diff --git a/linux-hardened.nix b/linux-hardened.nix index 398a136..657863d 100644 --- a/linux-hardened.nix +++ b/linux-hardened.nix @@ -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";