663: apple/t2: update to kernel 6.4.2 r=Mic92 a=networkException



Co-authored-by: networkException <git@nwex.de>
This commit is contained in:
bors[bot] 2023-07-10 05:27:13 +00:00 committed by GitHub
commit f0984a5a30
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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; {