Skip to content

Commit

Permalink
linuxPackages.xpadneo: 0.9.6 -> 0.9.7
Browse files Browse the repository at this point in the history
(cherry picked from commit e09f075)
  • Loading branch information
kira-bruneau authored and github-actions[bot] committed Dec 27, 2024
1 parent 8f0aa15 commit ce5b885
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 25 deletions.
8 changes: 3 additions & 5 deletions pkgs/os-specific/linux/xpadneo/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,21 +10,19 @@

stdenv.mkDerivation (finalAttrs: {
pname = "xpadneo";
version = "0.9.6";
version = "0.9.7";

src = fetchFromGitHub {
owner = "atar-axis";
repo = "xpadneo";
rev = "refs/tags/v${finalAttrs.version}";
sha256 = "sha256-pX9zpAGnhDLKUAKOQ5iqtK8cKEkjCqDa5v3MwYViWX4=";
tag = "v${finalAttrs.version}";
hash = "sha256-evmjQrQPHe8F+6w12bnUv6P4QKGkm63cmP1HEv6equw=";
};

setSourceRoot = ''
export sourceRoot=$(pwd)/${finalAttrs.src.name}/hid-xpadneo/src
'';

patches = [ ./xpadneo-0.9.6-kernel-6.12.patch ];

nativeBuildInputs = kernel.moduleBuildDependencies;
buildInputs = [ bluez ];

Expand Down
20 changes: 0 additions & 20 deletions pkgs/os-specific/linux/xpadneo/xpadneo-0.9.6-kernel-6.12.patch

This file was deleted.

0 comments on commit ce5b885

Please sign in to comment.