mirror of
https://codeberg.org/mart-w/nixos-x13s.git
synced 2024-11-21 23:04:47 +01:00
jhovold: 6.8.0 -> 6.9.0-rc1
This commit is contained in:
parent
ee7b43ab91
commit
4555a9c05b
|
@ -7,11 +7,35 @@
|
||||||
"owner": "jhovold",
|
"owner": "jhovold",
|
||||||
"repo": "linux"
|
"repo": "linux"
|
||||||
},
|
},
|
||||||
"branch": "wip/sc8280xp-v6.8",
|
"branch": "wip/sc8280xp-6.9-rc1",
|
||||||
"revision": "5fbfdc8826150355307394e193c168b45adfa316",
|
"revision": "ee2ccfe6dccbd8e7599e23c2992d471c4e3da58d",
|
||||||
"url": "https://github.com/jhovold/linux/archive/5fbfdc8826150355307394e193c168b45adfa316.tar.gz",
|
"url": "https://github.com/jhovold/linux/archive/ee2ccfe6dccbd8e7599e23c2992d471c4e3da58d.tar.gz",
|
||||||
"hash": "1crapwv9fbyffpc8mh8hniawvidhphdxdvx1nssylxk3zr9gcbw4"
|
"hash": "0yybngki79wx1kg6qa2ph1p6gwzicl8cdm5yyzbih484jylg56m8"
|
||||||
|
},
|
||||||
|
"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": {
|
||||||
|
"type": "Git",
|
||||||
|
"repository": {
|
||||||
|
"type": "GitHub",
|
||||||
|
"owner": "steev",
|
||||||
|
"repo": "linux"
|
||||||
|
},
|
||||||
|
"branch": "lenovo-x13s-linux-6.7.y",
|
||||||
|
"revision": "5e9c982da90e7546586b56ff92e785c8d9edd14b",
|
||||||
|
"url": "https://github.com/steev/linux/archive/5e9c982da90e7546586b56ff92e785c8d9edd14b.tar.gz",
|
||||||
|
"hash": "1ig1rrgq93gwv7jj21hwdcpkdw0v4ba3v2k3j3jj5z6r97z6xcag"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"version": 3
|
"version": 3
|
||||||
}
|
}
|
||||||
|
|
|
@ -15,9 +15,11 @@ let
|
||||||
);
|
);
|
||||||
in
|
in
|
||||||
rec {
|
rec {
|
||||||
linux_jhovold = pkgs.callPackage linux_x13s_pkg {
|
linux_jhovold = linux_jhovold_6_9;
|
||||||
|
|
||||||
|
linux_jhovold_6_9 = pkgs.callPackage linux_x13s_pkg {
|
||||||
src = sources.linux-jhovold;
|
src = sources.linux-jhovold;
|
||||||
version = "6.8.0";
|
version = "6.9.0-rc1";
|
||||||
defconfig = "johan_defconfig";
|
defconfig = "johan_defconfig";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue