about summary refs log tree commit diff
path: root/pkgs/tools/misc/antimicro/default.nix
diff options
context:
space:
mode:
authorAlexander Ried <ried@mytum.de>2016-05-06 11:43:22 +0200
committerAlexander Ried <ried@mytum.de>2016-09-08 23:35:15 +0200
commit42557e0514177e10040f8425b505a6ff32807e04 (patch)
treef02b2b9c189eef71149ff3cac2f9754557b11fe7 /pkgs/tools/misc/antimicro/default.nix
parent4876c7362baa7fa0ed4afcbbdb9e5f8534cce239 (diff)
downloadnixlib-42557e0514177e10040f8425b505a6ff32807e04.tar
nixlib-42557e0514177e10040f8425b505a6ff32807e04.tar.gz
nixlib-42557e0514177e10040f8425b505a6ff32807e04.tar.bz2
nixlib-42557e0514177e10040f8425b505a6ff32807e04.tar.lz
nixlib-42557e0514177e10040f8425b505a6ff32807e04.tar.xz
nixlib-42557e0514177e10040f8425b505a6ff32807e04.tar.zst
nixlib-42557e0514177e10040f8425b505a6ff32807e04.zip
antimicro: 2.21 -> 2.22, use new official repository
Diffstat (limited to 'pkgs/tools/misc/antimicro/default.nix')
-rw-r--r--pkgs/tools/misc/antimicro/default.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/tools/misc/antimicro/default.nix b/pkgs/tools/misc/antimicro/default.nix
index bf89e3037447..4bba4858beb4 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;