Merge pull request #275026 from bew/patch-1

dual-function-keys: 1.4.0 -> 1.5.0
This commit is contained in:
Weijia Wang 2024-01-23 01:43:59 +01:00 committed by GitHub
commit 0aafcd6161
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,14 +2,14 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "dual-function-keys"; pname = "dual-function-keys";
version = "1.4.0"; version = "1.5.0";
src = fetchFromGitLab { src = fetchFromGitLab {
group = "interception"; group = "interception";
owner = "linux/plugins"; owner = "linux/plugins";
repo = pname; repo = pname;
rev = version; rev = version;
sha256 = "sha256-xlplbkeptXMBlRnSsc5NgGJfT8aoZxTRgTwTOd7aiWg="; hash = "sha256-m/oEczUNKqj0gs/zMOIBxoQaffNg+YyPINMXArkATJ4=";
}; };
nativeBuildInputs = [ pkg-config ]; nativeBuildInputs = [ pkg-config ];