summary refs log tree commit diff
path: root/pkgs/os-specific/linux
diff options
context:
space:
mode:
authorKira Bruneau <kira.bruneau@pm.me>2022-08-02 22:34:42 -0400
committerGitHub <noreply@github.com>2022-08-02 22:34:42 -0400
commit8c7576622aeb4707351a17e83429667f42e7d910 (patch)
tree0a532db99b163ba69791048181caa7176a8d4b89 /pkgs/os-specific/linux
parenta7b2d2e94e8c4c6eb1b053f96bcc6f87472ab55e (diff)
parent600b36b117abc4d7a6bf41e63abc0f4ba47e4cd1 (diff)
downloadnixpkgs-8c7576622aeb4707351a17e83429667f42e7d910.tar
nixpkgs-8c7576622aeb4707351a17e83429667f42e7d910.tar.gz
nixpkgs-8c7576622aeb4707351a17e83429667f42e7d910.tar.bz2
nixpkgs-8c7576622aeb4707351a17e83429667f42e7d910.tar.lz
nixpkgs-8c7576622aeb4707351a17e83429667f42e7d910.tar.xz
nixpkgs-8c7576622aeb4707351a17e83429667f42e7d910.tar.zst
nixpkgs-8c7576622aeb4707351a17e83429667f42e7d910.zip
Merge pull request #184781 from r-ryantm/auto-update/xpadneo
linuxKernel.packages.linux_5_19.xpadneo: 0.9.1 -> 0.9.4
Diffstat (limited to 'pkgs/os-specific/linux')
-rw-r--r--pkgs/os-specific/linux/xpadneo/default.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/os-specific/linux/xpadneo/default.nix b/pkgs/os-specific/linux/xpadneo/default.nix
index c5aa09a8860..623b881cd0f 100644
--- a/pkgs/os-specific/linux/xpadneo/default.nix
+++ b/pkgs/os-specific/linux/xpadneo/default.nix
@@ -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;
   };