mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-30 19:02:57 +00:00
keymapper: 4.3.0 -> 4.3.1
Release note: https://github.com/houmain/keymapper/releases/tag/4.3.1
This commit is contained in:
parent
6a82eb34cc
commit
78afb19682
@ -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 = {
|
||||
|
Loading…
Reference in New Issue
Block a user