diff --git a/npins/sources.json b/npins/sources.json index 8e3a2e4..0ff907a 100644 --- a/npins/sources.json +++ b/npins/sources.json @@ -14,6 +14,18 @@ "url": "https://api.github.com/repos/alsa-project/alsa-ucm-conf/tarball/v1.2.11", "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": { "type": "Git", "repository": { @@ -26,18 +38,6 @@ "url": "https://github.com/jhovold/linux/archive/b929f8eed9ad1f156cae932dea741bc4383e6367.tar.gz", "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": { "type": "Git", "repository": { diff --git a/packages/default.nix b/packages/default.nix index d066807..21e2166 100644 --- a/packages/default.nix +++ b/packages/default.nix @@ -17,7 +17,7 @@ in rec { linux_jhovold = pkgs.callPackage linux_x13s_pkg { src = sources.linux-jhovold; - version = "6.8.0-rc5"; + version = "6.8.0-rc6"; defconfig = "johan_defconfig"; };