linuxPackages.xpadneo: 0.9.8 -> 0.10.0

Changelog: https://github.com/atar-axis/xpadneo/releases/tag/v0.10
This commit is contained in:
Sandro Jäckel
2026-03-08 18:19:23 +01:00
parent f33df830a9
commit f704ec835e
+6 -3
View File
@@ -10,13 +10,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "xpadneo";
version = "0.9.8";
version = "0.10";
src = fetchFromGitHub {
owner = "atar-axis";
repo = "xpadneo";
tag = "v${finalAttrs.version}";
hash = "sha256-C4hBVr/8KM3uw5RF9PyN2uQvsWnb1thXDF5VMVD2SCQ=";
hash = "sha256-jIY7NzjVZMlJ+2EY4hrka1MBUalQiNWzQgW2aiNi7WU=";
};
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;
};