mirror of
https://codeberg.org/mart-w/nixos-x13s.git
synced 2024-11-22 07:04:47 +01:00
chore: linux 6.7.0 -> 6.8.0-rc1
This commit is contained in:
parent
5044811f78
commit
93a4437c52
|
@ -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
|
||||||
|
|
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue