apple/t2: update to kernel 6.4.2

This commit is contained in:
networkException 2023-07-08 15:21:17 +02:00
parent 47dca15d86
commit 4259025da1
No known key found for this signature in database
GPG Key ID: E3877443AE684391
1 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ let
hash = "sha256-VILJAK7F0E/8Z3sOzsUpS9dmtpull2XVXQkakZ0UTIA=";
};
version = "6.4";
version = "6.4.2";
majorVersion = with lib; (elemAt (take 1 (splitVersion version)) 0);
in
buildLinux (args // {
@ -20,7 +20,7 @@ buildLinux (args // {
src = fetchurl {
url = "mirror://kernel/linux/kernel/v${majorVersion}.x/linux-${version}.tar.xz";
hash = "sha256-j6BYjwws7KRMrHeg45ukjJ8AprncaXYcAqXT76yNp/M=";
hash = "sha256-oyarIkF2xbF8c8nMrYXzLkm25Odkhh1XWVcnt+8QBiw=";
};
structuredExtraConfig = with lib.kernel; {