starfive visionfive2: update kernel to 6.6.0

This commit is contained in:
Nick Cao 2024-01-29 11:20:48 -05:00 committed by mergify[bot]
parent f84eaffc35
commit 42d7e50677
1 changed files with 2 additions and 2 deletions

View File

@ -9,8 +9,8 @@ let
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "starfive-tech"; owner = "starfive-tech";
repo = "linux"; repo = "linux";
rev = "7ccbe4604c1498e880cc63c7e8b45e3c55914d6d"; rev = "13eb70da2a73187c8c7aece13d23d68928aa8210";
hash = "sha256-iO7tnnWYfveVbyvVZKL0dDLwONijt1n0RUD1kTkOQew="; hash = "sha256-bwB7Pc+Z+MWXPfWYdgtRGuhqjiNHLDGNCY62e4lBGvE=";
}; };
inherit modDirVersion kernelPatches; inherit modDirVersion kernelPatches;