chore: linux 6.7.0 -> 6.8.0-rc1

This commit is contained in:
Adam Stephens 2024-01-26 10:21:16 -05:00
parent 5044811f78
commit 93a4437c52
No known key found for this signature in database
2 changed files with 14 additions and 2 deletions

View file

@ -23,6 +23,18 @@
"revision": "bac95eabe6577faa2773cbe7e91c34fd17ab79a0", "revision": "bac95eabe6577faa2773cbe7e91c34fd17ab79a0",
"url": "https://github.com/jhovold/linux/archive/bac95eabe6577faa2773cbe7e91c34fd17ab79a0.tar.gz", "url": "https://github.com/jhovold/linux/archive/bac95eabe6577faa2773cbe7e91c34fd17ab79a0.tar.gz",
"hash": "1y8abwa506q9dchqvnaqbb8n3i7nj2jnaxcll1f1476qi0yswc1n" "hash": "1y8abwa506q9dchqvnaqbb8n3i7nj2jnaxcll1f1476qi0yswc1n"
},
"linux": {
"type": "Git",
"repository": {
"type": "GitHub",
"owner": "jhovold",
"repo": "linux"
},
"branch": "wip/sc8280xp-v6.8-rc1",
"revision": "2406e3575c4663cda20ee8ff7bcd9399b5cf46bf",
"url": "https://github.com/jhovold/linux/archive/2406e3575c4663cda20ee8ff7bcd9399b5cf46bf.tar.gz",
"hash": "0c7siqbb921wl5hq3wbzwwi00s0indy488khgpxlx5ar6z0ba44q"
} }
}, },
"version": 3 "version": 3

View file

@ -5,7 +5,7 @@ let
linux_x13s_pkg = linux_x13s_pkg =
{ buildLinux, ... }@args: { buildLinux, ... }@args:
let let
version = "6.7.0"; version = "6.8.0-rc1";
modDirVersion = "${version}"; modDirVersion = "${version}";
in in
buildLinux ( buildLinux (
@ -13,7 +13,7 @@ let
// { // {
inherit version modDirVersion; inherit version modDirVersion;
src = sources.jhovold-linux; src = sources.linux;
kernelPatches = args.kernelPatches or [ ]; kernelPatches = args.kernelPatches or [ ];
extraMeta.branch = lib.versions.majorMinor version; extraMeta.branch = lib.versions.majorMinor version;