keymapper: 5.3.1 -> 5.6.0 (#542364)

This commit is contained in:
Peder Bergebakken Sundt
2026-07-19 12:46:48 +00:00
committed by GitHub
2 changed files with 9 additions and 4 deletions

View File

@@ -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";

View File

@@ -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;
};
})