jhovold: 6.8.0-rc7 -> 6.8.0

This commit is contained in:
Adam Stephens 2024-03-11 13:08:19 -04:00
parent bebc446709
commit c194c94c16
No known key found for this signature in database
2 changed files with 8 additions and 6 deletions

View file

@ -21,10 +21,10 @@
"owner": "jhovold",
"repo": "linux"
},
"branch": "wip/sc8280xp-v6.8-rc7",
"revision": "9115b43910d83f598cf86f0274f1a543211f84cb",
"url": "https://github.com/jhovold/linux/archive/9115b43910d83f598cf86f0274f1a543211f84cb.tar.gz",
"hash": "10c1825z50sd7h5g61dx9jgwjaw25qmkakbs7fyxzrj0f2ycmgx7"
"branch": "wip/sc8280xp-v6.8",
"revision": "935f2e13e13d2dcfb923d3b0881c905861a7a9ce",
"url": "https://github.com/jhovold/linux/archive/935f2e13e13d2dcfb923d3b0881c905861a7a9ce.tar.gz",
"hash": "031lssdf455v82qxaj7rhs9z809i16is03xwc6354p5xafrqj3cj"
},
"linux-jhovold-6_7": {
"type": "Git",

View file

@ -15,9 +15,11 @@ let
);
in
rec {
linux_jhovold = pkgs.callPackage linux_x13s_pkg {
linux_jhovold = linux_jhovold_6_8;
linux_jhovold_6_8 = pkgs.callPackage linux_x13s_pkg {
src = sources.linux-jhovold;
version = "6.8.0-rc7";
version = "6.8.0";
defconfig = "johan_defconfig";
};