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