Skip to content

Commit

Permalink
xone: added fix for kernel version 6.12 (#347471)
Browse files Browse the repository at this point in the history
  • Loading branch information
Scrumplex authored Oct 31, 2024
2 parents 769a6a5 + bf60cac commit 4bf1468
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pkgs/os-specific/linux/xone/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,13 @@ stdenv.mkDerivation (finalAttrs: {
url = "https://github.com/medusalix/xone/commit/28df566c38e0ee500fd5f74643fc35f21a4ff696.patch";
hash = "sha256-X14oZmxqqZJoBZxPXGZ9R8BAugx/hkSOgXlGwR5QCm8=";
})
# Fix build on kernel 6.12
# https://github.com/medusalix/xone/pull/53
(fetchpatch {
name = "kernel-6.12.patch";
url = "https://github.com/medusalix/xone/commit/d88ea1e8b430d4b96134e43ca1892ac48334578e.patch";
hash = "sha256-zQK1tuxu2ZmKxPO0amkfcT/RFBSkU2pWD0qhGyCCHXI=";
})
];

setSourceRoot = ''
Expand Down

0 comments on commit 4bf1468

Please sign in to comment.