Merge pull request #126724 from fortuneteller2k/interception-tools-plugins

This commit is contained in:
Sandro 2021-06-15 02:49:16 +02:00 committed by GitHub
commit e499b16f4d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 6 deletions

View file

@ -2,13 +2,14 @@
stdenv.mkDerivation rec {
pname = "caps2esc";
version = "0.1.3";
version = "0.3.2";
src = fetchFromGitLab {
owner = "interception/linux/plugins";
group = "interception";
owner = "linux/plugins";
repo = pname;
rev = "v${version}";
sha256 = "10xv56vh5h3lxyii3ni166ddv1sz2pylrjmdwxhb4gd2p5zgl1ji";
sha256 = "sha256-gPFElAixiDTTwcl2XKM7MbTkpRrg8ToO5K7H8kz3DHk=";
};
nativeBuildInputs = [ cmake ];

View file

@ -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 = ''