jhovold: 6.8.0 -> 6.9.0-rc1

This commit is contained in:
Adam Stephens 2024-03-25 12:06:53 -04:00
parent ee7b43ab91
commit 4555a9c05b
No known key found for this signature in database
2 changed files with 33 additions and 7 deletions

View file

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