Unverified Commit c7110f96 authored by Adam C. Stephens's avatar Adam C. Stephens Committed by GitHub
Browse files

sc-controller: 0.4.8.18 -> 0.4.8.21 (#340495)

parents 4ac97d1c 8b6de988
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -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;
    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;