Skip to content

Commit

Permalink
linux-jovian: 6.8.12-valve7 -> 6.8.12-valve11 + suspend fix
Browse files Browse the repository at this point in the history
Revert the wake on BT commits as those seem to break resume
on LCD Decks.
  • Loading branch information
K900 committed Jan 22, 2025
1 parent 27a0dda commit 38a21f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/linux-jovian/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ let
inherit (lib) versions;

kernelVersion = "6.8.12";
vendorVersion = "valve7";
hash = "sha256-B0x40FuHeoE+9YBe3N3o2Hzz54hreCa6gQ0HFl7FzPU=";
vendorVersion = "valve11-suspend-fix";
hash = "sha256-h/DiRvC1TPziblOdEejfaJM9/tPk7/UT3T7TikCKVYg=";
in
buildLinux (args // rec {
version = "${kernelVersion}-${vendorVersion}";
Expand Down

0 comments on commit 38a21f6

Please sign in to comment.