mirror of
https://codeberg.org/mart-w/nixos-x13s.git
synced 2024-11-22 07:04:47 +01:00
drop jhovold 6.7, fix steev 6.8
This commit is contained in:
parent
3caedab939
commit
f32f7cee7e
|
@ -26,18 +26,6 @@
|
||||||
"url": "https://github.com/jhovold/linux/archive/5fbfdc8826150355307394e193c168b45adfa316.tar.gz",
|
"url": "https://github.com/jhovold/linux/archive/5fbfdc8826150355307394e193c168b45adfa316.tar.gz",
|
||||||
"hash": "1crapwv9fbyffpc8mh8hniawvidhphdxdvx1nssylxk3zr9gcbw4"
|
"hash": "1crapwv9fbyffpc8mh8hniawvidhphdxdvx1nssylxk3zr9gcbw4"
|
||||||
},
|
},
|
||||||
"linux-jhovold-6_7": {
|
|
||||||
"type": "Git",
|
|
||||||
"repository": {
|
|
||||||
"type": "GitHub",
|
|
||||||
"owner": "jhovold",
|
|
||||||
"repo": "linux"
|
|
||||||
},
|
|
||||||
"branch": "wip/sc8280xp-v6.7",
|
|
||||||
"revision": "b929f8eed9ad1f156cae932dea741bc4383e6367",
|
|
||||||
"url": "https://github.com/jhovold/linux/archive/b929f8eed9ad1f156cae932dea741bc4383e6367.tar.gz",
|
|
||||||
"hash": "12j92hns95rviajyxpj57hgdr1k9lrd6rzxng87m4v4m7pi8v51l"
|
|
||||||
},
|
|
||||||
"linux-steev": {
|
"linux-steev": {
|
||||||
"type": "Git",
|
"type": "Git",
|
||||||
"repository": {
|
"repository": {
|
||||||
|
|
|
@ -23,15 +23,9 @@ rec {
|
||||||
defconfig = "johan_defconfig";
|
defconfig = "johan_defconfig";
|
||||||
};
|
};
|
||||||
|
|
||||||
linux_jhovold_6_7 = pkgs.callPackage linux_x13s_pkg {
|
|
||||||
src = sources.linux-jhovold-6_7;
|
|
||||||
version = "6.7.0";
|
|
||||||
defconfig = "johan_defconfig";
|
|
||||||
};
|
|
||||||
|
|
||||||
linux_steev = pkgs.callPackage linux_x13s_pkg {
|
linux_steev = pkgs.callPackage linux_x13s_pkg {
|
||||||
src = sources.linux-steev;
|
src = sources.linux-steev;
|
||||||
version = "6.7.7";
|
version = "6.8.1";
|
||||||
defconfig = "laptop_defconfig";
|
defconfig = "laptop_defconfig";
|
||||||
|
|
||||||
# fix build using extra config from
|
# fix build using extra config from
|
||||||
|
|
Loading…
Reference in a new issue