Unverified Commit d314410c authored by Kira Bruneau's avatar Kira Bruneau Committed by GitHub
Browse files

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
parents afb9a458 c6312707
Loading
Loading
Loading
Loading
+5 −2
Original line number Diff line number Diff line
@@ -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";