From 42557e0514177e10040f8425b505a6ff32807e04 Mon Sep 17 00:00:00 2001 From: Alexander Ried Date: Fri, 6 May 2016 11:43:22 +0200 Subject: [PATCH] antimicro: 2.21 -> 2.22, use new official repository --- pkgs/tools/misc/antimicro/default.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pkgs/tools/misc/antimicro/default.nix b/pkgs/tools/misc/antimicro/default.nix index bf89e303744..4bba4858beb 100644 --- a/pkgs/tools/misc/antimicro/default.nix +++ b/pkgs/tools/misc/antimicro/default.nix @@ -2,13 +2,13 @@ stdenv.mkDerivation rec { name = "antimicro-${version}"; - version = "2.18.2"; + version = "2.22"; src = fetchFromGitHub { - owner = "7185"; + owner = "AntiMicro"; repo = "antimicro"; rev = "${version}"; - sha256 = "1mqw5idn57yj6c1w8y0byzh0xafcpbhaa6czgljh206abwfixjmk"; + sha256 = "102fh9ysd2dmfc6b73bj88m064jhlglqrz2gd7k9jccadxpbp3mq"; }; buildInputs = [ @@ -17,7 +17,7 @@ stdenv.mkDerivation rec { meta = with stdenv.lib; { 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 ]; license = licenses.gpl3; platforms = with platforms; linux;