starfive visionfive2: update kernel to 6.5.0
This commit is contained in:
parent
12a6f30214
commit
128c044298
|
@ -1,7 +1,7 @@
|
||||||
{ lib, callPackage, linuxPackagesFor, kernelPatches, ... }:
|
{ lib, callPackage, linuxPackagesFor, kernelPatches, ... }:
|
||||||
|
|
||||||
let
|
let
|
||||||
modDirVersion = "6.5.0-rc1";
|
modDirVersion = "6.5.0";
|
||||||
linuxPkg = { lib, fetchFromGitHub, buildLinux, ... }@args:
|
linuxPkg = { lib, fetchFromGitHub, buildLinux, ... }@args:
|
||||||
buildLinux (args // {
|
buildLinux (args // {
|
||||||
version = "${modDirVersion}-starfive-visionfive2";
|
version = "${modDirVersion}-starfive-visionfive2";
|
||||||
|
@ -9,8 +9,8 @@ let
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "starfive-tech";
|
owner = "starfive-tech";
|
||||||
repo = "linux";
|
repo = "linux";
|
||||||
rev = "67e8df01b875afd312a7d2ab77f56a62f39dd6d9";
|
rev = "0dfeb6ace464f0c455a9508815bb9f70760d6faf";
|
||||||
hash = "sha256-H+INnZTrfeCLmxPYbQEu3658/e5/Wz/Y5Ann2+lU6WQ=";
|
hash = "sha256-ZDMvEhnJtbyCVNI/WbE80k7ZWOldF491mgx6K/iPgdE=";
|
||||||
};
|
};
|
||||||
|
|
||||||
inherit modDirVersion kernelPatches;
|
inherit modDirVersion kernelPatches;
|
||||||
|
|
Loading…
Reference in a new issue