Merge pull request #36148 from rnhmjoj/scc

sc-controller: 0.4.0.2 -> 0.4.1
This commit is contained in:
Jörg Thalheim 2018-03-01 01:16:53 +00:00 committed by GitHub
commit c360fbc101
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,13 +7,13 @@
buildPythonApplication rec { buildPythonApplication rec {
pname = "sc-controller"; pname = "sc-controller";
version = "0.4.0.2"; version = "0.4.1";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "kozec"; owner = "kozec";
repo = "sc-controller"; repo = pname;
rev = "v${version}"; rev = "v${version}";
sha256 = "0v1fgmnsi70z52l6c3fg49vki5rrdswr38mc82wbpmgi68vxwnyy"; sha256 = "0zal8sl3j17gqmynig8jhqrhj7zfqql8vci4whn19gymchwjalzi";
}; };
nativeBuildInputs = [ wrapGAppsHook ]; nativeBuildInputs = [ wrapGAppsHook ];
@ -57,6 +57,6 @@ buildPythonApplication rec {
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.gpl2; license = licenses.gpl2;
platforms = platforms.linux; platforms = platforms.linux;
maintainers = [ maintainers.orivej ]; maintainers = with maintainers; [ orivej rnhmjoj ];
}; };
} }