mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-16 09:03:42 +00:00
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:
commit
d314410ce5
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user