mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 00:12:56 +00:00
sc-controller: 0.4.8.18 -> 0.4.8.21
This commit is contained in:
parent
e4d23274eb
commit
8b6de98899
@ -8,13 +8,13 @@
|
|||||||
|
|
||||||
buildPythonApplication rec {
|
buildPythonApplication rec {
|
||||||
pname = "sc-controller";
|
pname = "sc-controller";
|
||||||
version = "0.4.8.18";
|
version = "0.4.8.21";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "C0rn3j";
|
owner = "C0rn3j";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "refs/tags/v${version}";
|
rev = "refs/tags/v${version}";
|
||||||
sha256 = "sha256-xSxAzvyBXfU7IzTWOXPPDBX4bTvbZ7RHUTtz3zwi7a8=";
|
hash = "sha256-XakbCuwjIAXYFZxvJsAlDIJEl09pwFPT12h04onXd34=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ wrapGAppsHook3 gobject-introspection ];
|
nativeBuildInputs = [ wrapGAppsHook3 gobject-introspection ];
|
||||||
@ -47,7 +47,7 @@ buildPythonApplication rec {
|
|||||||
'';
|
'';
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
homepage = "https://github.com/Ryochan7/sc-controller";
|
homepage = "https://github.com/C0rn3j/sc-controller";
|
||||||
# donations: https://www.patreon.com/kozec
|
# donations: https://www.patreon.com/kozec
|
||||||
description = "User-mode driver and GUI for Steam Controller and other controllers";
|
description = "User-mode driver and GUI for Steam Controller and other controllers";
|
||||||
license = licenses.gpl2Only;
|
license = licenses.gpl2Only;
|
||||||
|
Loading…
Reference in New Issue
Block a user