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

@ -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";
};