Merge pull request #288441 from r-ryantm/auto-update/linuxKernel.packages.linux_4_19.xpadneo

linuxKernel.packages.linux_4_19.xpadneo: 0.9.5 -> 0.9.6
This commit is contained in:
Kira Bruneau 2024-02-14 20:16:39 -05:00 committed by GitHub
commit d314410ce5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4,17 +4,18 @@
, kernel
, bluez
, nixosTests
, nix-update-script
}:
stdenv.mkDerivation (finalAttrs: {
pname = "xpadneo";
version = "0.9.5";
version = "0.9.6";
src = fetchFromGitHub {
owner = "atar-axis";
repo = "xpadneo";
rev = "refs/tags/v${finalAttrs.version}";
sha256 = "sha256-rT2Mq40fE055FemDG7PBjt+cxgIHJG9tTjtw2nW6B98=";
sha256 = "sha256-pX9zpAGnhDLKUAKOQ5iqtK8cKEkjCqDa5v3MwYViWX4=";
};
setSourceRoot = ''
@ -39,6 +40,8 @@ stdenv.mkDerivation (finalAttrs: {
xpadneo = nixosTests.xpadneo;
};
passthru.updateScript = nix-update-script { };
meta = with lib; {
description = "Advanced Linux driver for Xbox One wireless controllers";
homepage = "https://atar-axis.github.io/xpadneo";