Skip to content

Commit

Permalink
apple/t2: update to kernel 6.4.9
Browse files Browse the repository at this point in the history
  • Loading branch information
networkException authored and Mic92 committed Aug 12, 2023
1 parent ca062b3 commit 33052d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apple/t2/pkgs/linux-t2.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ let
hash = "sha256-zCpZP/QrnP4xB2bJ0yZv88N4BgE4K+5KOCzm/pBbnJw=";
};

version = "6.4.8";
version = "6.4.9";
majorVersion = with lib; (elemAt (take 1 (splitVersion version)) 0);
in
buildLinux (args // {
Expand All @@ -20,7 +20,7 @@ buildLinux (args // {

src = fetchurl {
url = "mirror://kernel/linux/kernel/v${majorVersion}.x/linux-${version}.tar.xz";
hash = "sha256-xZ804Z6E2zAga5NzBBq/iT+digh2XRY1hlcKUjjEWLY=";
hash = "sha256-uLiimFK5mfM3xOk+/2yR+3/S1JpmFMvL62+hcbpVzJ8=";
};

structuredExtraConfig = with lib.kernel; {
Expand Down

0 comments on commit 33052d5

Please sign in to comment.