linux-jhovold: 6.8.0-rc5 -> 6.8.0-rc6

This commit is contained in:
Adam Stephens 2024-02-28 11:43:28 -05:00
parent 1b2d40b8ca
commit d51db7b3b4
No known key found for this signature in database
2 changed files with 13 additions and 13 deletions

View file

@ -14,6 +14,18 @@
"url": "https://api.github.com/repos/alsa-project/alsa-ucm-conf/tarball/v1.2.11", "url": "https://api.github.com/repos/alsa-project/alsa-ucm-conf/tarball/v1.2.11",
"hash": "1jcn0x6bbg69p1ygxnh1zn33sd9lpbll4bnhvkzw1fjpmw7igjkz" "hash": "1jcn0x6bbg69p1ygxnh1zn33sd9lpbll4bnhvkzw1fjpmw7igjkz"
}, },
"linux-jhovold": {
"type": "Git",
"repository": {
"type": "GitHub",
"owner": "jhovold",
"repo": "linux"
},
"branch": "wip/sc8280xp-v6.8-rc6",
"revision": "693828cc4c48f5b1088aaf44d413634c365dd422",
"url": "https://github.com/jhovold/linux/archive/693828cc4c48f5b1088aaf44d413634c365dd422.tar.gz",
"hash": "07n5yy5y3z0w53ji1v8w82ibvgqkmj8w1dbrwnrf96vc59bzmmid"
},
"linux-jhovold-6_7": { "linux-jhovold-6_7": {
"type": "Git", "type": "Git",
"repository": { "repository": {
@ -26,18 +38,6 @@
"url": "https://github.com/jhovold/linux/archive/b929f8eed9ad1f156cae932dea741bc4383e6367.tar.gz", "url": "https://github.com/jhovold/linux/archive/b929f8eed9ad1f156cae932dea741bc4383e6367.tar.gz",
"hash": "12j92hns95rviajyxpj57hgdr1k9lrd6rzxng87m4v4m7pi8v51l" "hash": "12j92hns95rviajyxpj57hgdr1k9lrd6rzxng87m4v4m7pi8v51l"
}, },
"linux-jhovold": {
"type": "Git",
"repository": {
"type": "GitHub",
"owner": "jhovold",
"repo": "linux"
},
"branch": "wip/sc8280xp-v6.8-rc5",
"revision": "00a0ee0018ac61ec4c93536f27916ff40cfe7a99",
"url": "https://github.com/jhovold/linux/archive/00a0ee0018ac61ec4c93536f27916ff40cfe7a99.tar.gz",
"hash": "115yra3w4a0f4aprjb8n5gpq4xc8j7h3kql18z755jii5gd49qfr"
},
"linux-steev": { "linux-steev": {
"type": "Git", "type": "Git",
"repository": { "repository": {

View file

@ -17,7 +17,7 @@ in
rec { rec {
linux_jhovold = pkgs.callPackage linux_x13s_pkg { linux_jhovold = pkgs.callPackage linux_x13s_pkg {
src = sources.linux-jhovold; src = sources.linux-jhovold;
version = "6.8.0-rc5"; version = "6.8.0-rc6";
defconfig = "johan_defconfig"; defconfig = "johan_defconfig";
}; };