interception-tools-plugins.dual-function-keys: 1.1.0 -> 1.4.0

launchpad/nixpkgs/master
fortuneteller2k 3 years ago
parent 2850d06833
commit 6cfd6f91af
  1. 8
      pkgs/tools/inputmethods/interception-tools/dual-function-keys.nix

@ -2,16 +2,18 @@
stdenv.mkDerivation rec {
pname = "dual-function-keys";
version = "1.1.0";
version = "1.4.0";
src = fetchFromGitLab {
owner = "interception/linux/plugins";
group = "interception";
owner = "linux/plugins";
repo = pname;
rev = version;
sha256 = "07hksca4g7v4zsvhmhc9j725j3n63fzrkx9sb4a0wrd7rwgr25rz";
sha256 = "sha256-xlplbkeptXMBlRnSsc5NgGJfT8aoZxTRgTwTOd7aiWg=";
};
nativeBuildInputs = [ pkg-config ];
buildInputs = [ libevdev libyamlcpp ];
prePatch = ''

Loading…
Cancel
Save