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

authored by Kira Bruneau and committed by GitHub d314410c afb9a458

+5 -2
+5 -2
pkgs/os-specific/linux/xpadneo/default.nix
··· 4 4 , kernel 5 5 , bluez 6 6 , nixosTests 7 + , nix-update-script 7 8 }: 8 9 9 10 stdenv.mkDerivation (finalAttrs: { 10 11 pname = "xpadneo"; 11 - version = "0.9.5"; 12 + version = "0.9.6"; 12 13 13 14 src = fetchFromGitHub { 14 15 owner = "atar-axis"; 15 16 repo = "xpadneo"; 16 17 rev = "refs/tags/v${finalAttrs.version}"; 17 - sha256 = "sha256-rT2Mq40fE055FemDG7PBjt+cxgIHJG9tTjtw2nW6B98="; 18 + sha256 = "sha256-pX9zpAGnhDLKUAKOQ5iqtK8cKEkjCqDa5v3MwYViWX4="; 18 19 }; 19 20 20 21 setSourceRoot = '' ··· 38 39 passthru.tests = { 39 40 xpadneo = nixosTests.xpadneo; 40 41 }; 42 + 43 + passthru.updateScript = nix-update-script { }; 41 44 42 45 meta = with lib; { 43 46 description = "Advanced Linux driver for Xbox One wireless controllers";