mirror of
https://github.com/samueldr/wip-pinebook-pro.git
synced 2024-11-06 02:59:41 +01:00
kernel: 5.4.0 -> 5.5.0-rc7
This commit is contained in:
parent
1fbe3b5e5d
commit
bb3b3e03ec
1 changed files with 3 additions and 3 deletions
|
@ -17,7 +17,7 @@ let
|
||||||
in
|
in
|
||||||
(
|
(
|
||||||
buildLinux (args // rec {
|
buildLinux (args // rec {
|
||||||
version = "5.4.0";
|
version = "5.5.0-rc7";
|
||||||
|
|
||||||
# modDirVersion needs to be x.y.z, will automatically add .0 if needed
|
# modDirVersion needs to be x.y.z, will automatically add .0 if needed
|
||||||
modDirVersion = if (modDirVersionArg == null) then concatStrings (intersperse "." (take 3 (splitString "." "${version}.0"))) else modDirVersionArg;
|
modDirVersion = if (modDirVersionArg == null) then concatStrings (intersperse "." (take 3 (splitString "." "${version}.0"))) else modDirVersionArg;
|
||||||
|
@ -29,8 +29,8 @@ in
|
||||||
domain = "gitlab.manjaro.org";
|
domain = "gitlab.manjaro.org";
|
||||||
owner = "tsys";
|
owner = "tsys";
|
||||||
repo = "linux-pinebook-pro";
|
repo = "linux-pinebook-pro";
|
||||||
rev = "877ca0e7283596f37845de50dc36bff5b88b91e1";
|
rev = "b3ba5b2b87e9bd191265776b93277e49d044b79e";
|
||||||
sha256 = "1g1ysnd25d5b8rv437n6cbjb9496aj2ljzk7zkqgdjllk66yipl4";
|
sha256 = "1fj6gkpy422lw23qg0hwyv5hbfx3pfhgv67ma44ly2mxmgna4nsh";
|
||||||
};
|
};
|
||||||
|
|
||||||
postInstall = (optionalString (args ? postInstall) args.postInstall) + ''
|
postInstall = (optionalString (args ? postInstall) args.postInstall) + ''
|
||||||
|
|
Loading…
Reference in a new issue