mirror of
https://github.com/samueldr/wip-pinebook-pro.git
synced 2025-01-07 09:29:48 +01:00
Update kernel to the latest revision
This commit is contained in:
parent
a18ee8eeb8
commit
683a6f6153
1 changed files with 3 additions and 3 deletions
|
@ -17,7 +17,7 @@ let
|
|||
in
|
||||
(
|
||||
buildLinux (args // rec {
|
||||
version = "5.5.0-rc7";
|
||||
version = "5.6";
|
||||
|
||||
# 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;
|
||||
|
@ -29,8 +29,8 @@ in
|
|||
domain = "gitlab.manjaro.org";
|
||||
owner = "tsys";
|
||||
repo = "linux-pinebook-pro";
|
||||
rev = "b3ba5b2b87e9bd191265776b93277e49d044b79e";
|
||||
sha256 = "1fj6gkpy422lw23qg0hwyv5hbfx3pfhgv67ma44ly2mxmgna4nsh";
|
||||
rev = "93293259039d6fc3a725961d42b4f11bfc3f5127";
|
||||
sha256 = "0yrn22j10f3f6hxmbd23ccis35f9s8cbjvzxiyxnsch2zab9349s";
|
||||
};
|
||||
|
||||
postInstall = (optionalString (args ? postInstall) args.postInstall) + ''
|
||||
|
|
Loading…
Reference in a new issue