linuxPackages.hid-nintendo: 3.1 -> 3.2

Also clarify license.
This commit is contained in:
Alyssa Ross 2021-08-30 13:28:33 +00:00
parent 35b808214a
commit bdcc25f2f5

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "hid-nintendo";
version = "3.1";
version = "3.2";
src = fetchFromGitHub {
owner = "nicman23";
repo = "dkms-hid-nintendo";
rev = version;
sha256 = "sha256-IanH3yHfkQhqtKvKD8lh+muc9yX8XJ5bfdy1Or8Vd5g=";
sha256 = "1c262xarslicn9ildndl66sf97i5pzwzra54zh2rp11j7kkvvbyr";
};
setSourceRoot = ''
@ -30,7 +30,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "A Nintendo HID kernel module";
homepage = "https://github.com/nicman23/dkms-hid-nintendo";
license = licenses.gpl2;
license = licenses.gpl2Plus;
maintainers = [ maintainers.rencire ];
platforms = platforms.linux;
broken = versionOlder kernel.version "4.14";