jhovold: 6.9.0 -> 6.10.0-rc1

This commit is contained in:
Adam Stephens 2024-05-30 11:33:49 -04:00
parent 6a1f04ae97
commit eb0287f9c0
No known key found for this signature in database
2 changed files with 6 additions and 8 deletions

View file

@ -7,10 +7,10 @@
"owner": "jhovold", "owner": "jhovold",
"repo": "linux" "repo": "linux"
}, },
"branch": "wip/sc8280xp-6.9", "branch": "wip/sc8280xp-6.10-rc1",
"revision": "357c0f0c7ad2d7d95a3200b6cfd7bef43299de04", "revision": "0a82d7f4bb087c9c57a7a185f77c987f3fc4f5b2",
"url": "https://github.com/jhovold/linux/archive/357c0f0c7ad2d7d95a3200b6cfd7bef43299de04.tar.gz", "url": "https://github.com/jhovold/linux/archive/0a82d7f4bb087c9c57a7a185f77c987f3fc4f5b2.tar.gz",
"hash": "1n6cv149rafgk7wkb8cjixy6car4zq0dhhz39b7gjnzr599mqwxn" "hash": "024wzfj0z5ljpkw6r7qj4wcw0r9cf1aw0rmmnikgg02i777rs2sg"
} }
}, },
"version": 3 "version": 3

View file

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