From 42d7e506777436d5e98ca02bd4a5f2da451cf485 Mon Sep 17 00:00:00 2001 From: Nick Cao Date: Mon, 29 Jan 2024 11:20:48 -0500 Subject: [PATCH] starfive visionfive2: update kernel to 6.6.0 --- starfive/visionfive/v2/linux-6.6.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/starfive/visionfive/v2/linux-6.6.nix b/starfive/visionfive/v2/linux-6.6.nix index 8e7b445..5999dd6 100644 --- a/starfive/visionfive/v2/linux-6.6.nix +++ b/starfive/visionfive/v2/linux-6.6.nix @@ -9,8 +9,8 @@ let src = fetchFromGitHub { owner = "starfive-tech"; repo = "linux"; - rev = "7ccbe4604c1498e880cc63c7e8b45e3c55914d6d"; - hash = "sha256-iO7tnnWYfveVbyvVZKL0dDLwONijt1n0RUD1kTkOQew="; + rev = "13eb70da2a73187c8c7aece13d23d68928aa8210"; + hash = "sha256-bwB7Pc+Z+MWXPfWYdgtRGuhqjiNHLDGNCY62e4lBGvE="; }; inherit modDirVersion kernelPatches;