1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

sc-controller: 0.4.8.18 -> 0.4.8.21

This commit is contained in:
rnhmjoj 2024-09-08 12:28:54 +02:00
parent e4d23274eb
commit 8b6de98899
No known key found for this signature in database
GPG key ID: BFBAF4C975F76450

View file

@ -8,13 +8,13 @@
buildPythonApplication rec {
pname = "sc-controller";
version = "0.4.8.18";
version = "0.4.8.21";
src = fetchFromGitHub {
owner = "C0rn3j";
repo = pname;
owner = "C0rn3j";
repo = pname;
rev = "refs/tags/v${version}";
sha256 = "sha256-xSxAzvyBXfU7IzTWOXPPDBX4bTvbZ7RHUTtz3zwi7a8=";
hash = "sha256-XakbCuwjIAXYFZxvJsAlDIJEl09pwFPT12h04onXd34=";
};
nativeBuildInputs = [ wrapGAppsHook3 gobject-introspection ];
@ -47,7 +47,7 @@ buildPythonApplication rec {
'';
meta = with lib; {
homepage = "https://github.com/Ryochan7/sc-controller";
homepage = "https://github.com/C0rn3j/sc-controller";
# donations: https://www.patreon.com/kozec
description = "User-mode driver and GUI for Steam Controller and other controllers";
license = licenses.gpl2Only;