linuxPackages.xpadneo: 0.9.8 -> 0.10.0 -> 0.10.1 (#497943)

This commit is contained in:
Kira Bruneau 2026-03-31 23:54:45 +00:00 committed by GitHub
commit c7e022a98e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -10,13 +10,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "xpadneo";
version = "0.9.8";
version = "0.10.1";
src = fetchFromGitHub {
owner = "atar-axis";
repo = "xpadneo";
tag = "v${finalAttrs.version}";
hash = "sha256-C4hBVr/8KM3uw5RF9PyN2uQvsWnb1thXDF5VMVD2SCQ=";
hash = "sha256-rMNgKhve76OXr2ha/Sqpw8sy/FWqxDm/bKF4YPlpVlc=";
};
setSourceRoot = ''
@ -46,7 +46,10 @@ stdenv.mkDerivation (finalAttrs: {
description = "Advanced Linux driver for Xbox One wireless controllers";
homepage = "https://atar-axis.github.io/xpadneo";
changelog = "https://github.com/atar-axis/xpadneo/releases/tag/${finalAttrs.src.tag}";
license = lib.licenses.gpl3Only;
license = with lib.licenses; [
gpl2Only
gpl3Plus
];
maintainers = with lib.maintainers; [ kira-bruneau ];
platforms = lib.platforms.linux;
};