mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-12 03:56:17 +03:00
Merge pull request #314066 from spitulax/update-keymapper
keymapper: 4.3.0 -> 4.3.1
This commit is contained in:
commit
b69b84d8cb
@ -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