lol
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #275026 from bew/patch-1

dual-function-keys: 1.4.0 -> 1.5.0

authored by

Weijia Wang and committed by
GitHub
0aafcd61 73652eca

+2 -2
+2 -2
pkgs/tools/inputmethods/interception-tools/dual-function-keys.nix
··· 2 2 3 3 stdenv.mkDerivation rec { 4 4 pname = "dual-function-keys"; 5 - version = "1.4.0"; 5 + version = "1.5.0"; 6 6 7 7 src = fetchFromGitLab { 8 8 group = "interception"; 9 9 owner = "linux/plugins"; 10 10 repo = pname; 11 11 rev = version; 12 - sha256 = "sha256-xlplbkeptXMBlRnSsc5NgGJfT8aoZxTRgTwTOd7aiWg="; 12 + hash = "sha256-m/oEczUNKqj0gs/zMOIBxoQaffNg+YyPINMXArkATJ4="; 13 13 }; 14 14 15 15 nativeBuildInputs = [ pkg-config ];