smolder: upgrade to 6.11-rc1
This commit is contained in:
parent
4c77e3589a
commit
0cdaa9055c
|
@ -3,15 +3,15 @@ let
|
||||||
kernel =
|
kernel =
|
||||||
with pkgs;
|
with pkgs;
|
||||||
buildLinux rec {
|
buildLinux rec {
|
||||||
version = "6.9.0-rc1";
|
version = "6.11.0-rc1";
|
||||||
modDirVersion = version;
|
modDirVersion = version;
|
||||||
extraMeta.branch = "6.9";
|
extraMeta.branch = "6.11";
|
||||||
src = fetchFromGitLab {
|
src = fetchFromGitLab {
|
||||||
domain = "gitlab.collabora.com";
|
domain = "gitlab.collabora.com";
|
||||||
owner = "hardware-enablement/rockchip-3588";
|
owner = "hardware-enablement/rockchip-3588";
|
||||||
repo = "linux";
|
repo = "linux";
|
||||||
rev = "b8807d4c1f35361910dadfac9b2d4911fe033f45";
|
rev = "28987006b56af74bdc35eba33c7a98e48c1d4c57";
|
||||||
hash = "sha256-SY1SWr5QqqxkaBXToObO9hTrklbFdJle3r5F26LXqK4=";
|
hash = "sha256-nwnEqozT/7jgI6xZwm+Yg+6+7IYVIcTYaEJooL6+HfI=";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
in
|
in
|
||||||
|
|
Loading…
Reference in a new issue