mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-21 08:01:31 +00:00
keymapper: 5.3.1 -> 5.6.0 (#542364)
This commit is contained in:
@@ -1948,6 +1948,12 @@
|
||||
githubId = 51257127;
|
||||
name = "anntnzrb";
|
||||
};
|
||||
anntoin = {
|
||||
email = "anntoin@gmail.com";
|
||||
github = "Anntoin";
|
||||
githubId = 3289027;
|
||||
name = "Anntóin Wilkinson";
|
||||
};
|
||||
anoa = {
|
||||
matrix = "@andrewm:amorgan.xyz";
|
||||
email = "andrew@amorgan.xyz";
|
||||
|
||||
@@ -17,13 +17,13 @@
|
||||
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "keymapper";
|
||||
version = "5.3.1";
|
||||
version = "5.6.0";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "houmain";
|
||||
repo = "keymapper";
|
||||
tag = finalAttrs.version;
|
||||
hash = "sha256-YKfKgsrjDrskLEoYCSRMYco7+7E/sgXFAMEwwm7rs7w=";
|
||||
hash = "sha256-0GadjBGgawn0V+PV04R6ULmanNUF7R14N/jHhObcTzM=";
|
||||
};
|
||||
|
||||
# all the following must be in nativeBuildInputs
|
||||
@@ -47,8 +47,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
homepage = "https://github.com/houmain/keymapper";
|
||||
license = lib.licenses.gpl3Only;
|
||||
mainProgram = "keymapper";
|
||||
maintainers = [
|
||||
];
|
||||
maintainers = with lib.maintainers; [ anntoin ];
|
||||
platforms = lib.platforms.linux;
|
||||
};
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user