Merge pull request #249016 from bobby285271/upd/touchegg

touchegg: 2.0.16 -> 2.0.17

authored by

Bobby Rong and committed by
GitHub
344b4f30 b16cdbe2

+2 -2
+2 -2
pkgs/tools/inputmethods/touchegg/default.nix
··· 18 18 19 19 stdenv.mkDerivation rec { 20 20 pname = "touchegg"; 21 - version = "2.0.16"; 21 + version = "2.0.17"; 22 22 23 23 src = fetchFromGitHub { 24 24 owner = "JoseExposito"; 25 25 repo = pname; 26 26 rev = version; 27 - sha256 = "sha256-/0XeFW0cdS1/UaE/z2FROwk2dTyZMqXjiBzt62x8f8o="; 27 + sha256 = "sha256-he6ERl6ZNWuD5StUqQWsUjeJ35nD0b8KddIAvntqlOI="; 28 28 }; 29 29 30 30 patches = lib.optionals withPantheon [