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",
"repo": "linux"
},
"branch": "wip/sc8280xp-6.9",
"revision": "357c0f0c7ad2d7d95a3200b6cfd7bef43299de04",
"url": "https://github.com/jhovold/linux/archive/357c0f0c7ad2d7d95a3200b6cfd7bef43299de04.tar.gz",
"hash": "1n6cv149rafgk7wkb8cjixy6car4zq0dhhz39b7gjnzr599mqwxn"
"branch": "wip/sc8280xp-6.10-rc1",
"revision": "0a82d7f4bb087c9c57a7a185f77c987f3fc4f5b2",
"url": "https://github.com/jhovold/linux/archive/0a82d7f4bb087c9c57a7a185f77c987f3fc4f5b2.tar.gz",
"hash": "024wzfj0z5ljpkw6r7qj4wcw0r9cf1aw0rmmnikgg02i777rs2sg"
}
},
"version": 3

View file

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