Merge pull request #314066 from spitulax/update-keymapper

keymapper: 4.3.0 -> 4.3.1
This commit is contained in:
Peder Bergebakken Sundt 2024-05-28 01:38:21 +02:00 committed by GitHub
commit b69b84d8cb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,18 +10,18 @@
, wayland
, libxkbcommon
, gtk3
, libappindicator
, libayatana-appindicator
}:
stdenv.mkDerivation (finalAttrs: {
pname = "keymapper";
version = "4.3.0";
version = "4.3.1";
src = fetchFromGitHub {
owner = "houmain";
repo = "keymapper";
rev = finalAttrs.version;
hash = "sha256-QfISsRm0j/VoTmpDQes5XQooXHcmjqRD/WS/nvPDl00=";
hash = "sha256-SjYPkcXBEHjK7zgwL6U4ltjvhKuGMZWbp55LtndU400=";
};
# all the following must be in nativeBuildInputs
@ -35,7 +35,7 @@ stdenv.mkDerivation (finalAttrs: {
libusb1
libxkbcommon
gtk3
libappindicator
libayatana-appindicator
];
meta = {