jhovold: 6.8.0 -> 6.9.0-rc1

This commit is contained in:
Adam Stephens 2024-03-25 12:06:53 -04:00
parent ee7b43ab91
commit 4555a9c05b
No known key found for this signature in database
2 changed files with 33 additions and 7 deletions

View file

@ -7,10 +7,34 @@
"owner": "jhovold",
"repo": "linux"
},
"branch": "wip/sc8280xp-v6.8",
"revision": "5fbfdc8826150355307394e193c168b45adfa316",
"url": "https://github.com/jhovold/linux/archive/5fbfdc8826150355307394e193c168b45adfa316.tar.gz",
"hash": "1crapwv9fbyffpc8mh8hniawvidhphdxdvx1nssylxk3zr9gcbw4"
"branch": "wip/sc8280xp-6.9-rc1",
"revision": "ee2ccfe6dccbd8e7599e23c2992d471c4e3da58d",
"url": "https://github.com/jhovold/linux/archive/ee2ccfe6dccbd8e7599e23c2992d471c4e3da58d.tar.gz",
"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

View file

@ -15,9 +15,11 @@ let
);
in
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;
version = "6.8.0";
version = "6.9.0-rc1";
defconfig = "johan_defconfig";
};