Merge pull request #18405 from groxxda/antimicro

antimicro: 2.18.2 -> 2.22, use new official repository
This commit is contained in:
Joachim F 2016-09-09 01:31:31 +02:00 committed by GitHub
commit 81678ab2ee

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "antimicro-${version}"; name = "antimicro-${version}";
version = "2.18.2"; version = "2.22";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "7185"; owner = "AntiMicro";
repo = "antimicro"; repo = "antimicro";
rev = "${version}"; rev = "${version}";
sha256 = "1mqw5idn57yj6c1w8y0byzh0xafcpbhaa6czgljh206abwfixjmk"; sha256 = "102fh9ysd2dmfc6b73bj88m064jhlglqrz2gd7k9jccadxpbp3mq";
}; };
buildInputs = [ buildInputs = [
@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "GUI for mapping keyboard and mouse controls to a gamepad"; description = "GUI for mapping keyboard and mouse controls to a gamepad";
homepage = "https://github.com/Ryochan7/antimicro"; inherit (src.meta) homepage;
maintainers = with maintainers; [ jb55 ]; maintainers = with maintainers; [ jb55 ];
license = licenses.gpl3; license = licenses.gpl3;
platforms = with platforms; linux; platforms = with platforms; linux;