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

Merge pull request #184781 from r-ryantm/auto-update/xpadneo

linuxKernel.packages.linux_5_19.xpadneo: 0.9.1 -> 0.9.4
parents a7b2d2e9 600b36b1
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -2,13 +2,13 @@

stdenv.mkDerivation rec {
  pname = "xpadneo";
  version = "0.9.1";
  version = "0.9.4";

  src = fetchFromGitHub {
    owner = "atar-axis";
    repo = pname;
    rev = "v${version}";
    hash = "sha256-VUcS4OzvPj0o627ZWIOBqEAQJ4JuMCMjgaZoMkL/IHc=";
    rev = "refs/tags/v${version}";
    sha256 = "sha256-4zd+x9uYl0lJgePM9LEgLYFqvcw6VPF/CbR1XiYSwGE=";
  };

  setSourceRoot = ''
@@ -32,7 +32,7 @@ stdenv.mkDerivation rec {
  meta = with lib; {
    description = "Advanced Linux driver for Xbox One wireless controllers";
    homepage = "https://atar-axis.github.io/xpadneo";
    license = licenses.gpl3Plus;
    license = licenses.gpl3Only;
    maintainers = with maintainers; [ kira-bruneau ];
    platforms = platforms.linux;
  };