touchegg: 2.0.16 -> 2.0.17

https://github.com/JoseExposito/touchegg/compare/2.0.16...2.0.17
This commit is contained in:
Bobby Rong 2023-08-14 11:16:37 +08:00
parent ddd4973ddb
commit a9e28f712b
No known key found for this signature in database

View File

@ -18,13 +18,13 @@
stdenv.mkDerivation rec {
pname = "touchegg";
version = "2.0.16";
version = "2.0.17";
src = fetchFromGitHub {
owner = "JoseExposito";
repo = pname;
rev = version;
sha256 = "sha256-/0XeFW0cdS1/UaE/z2FROwk2dTyZMqXjiBzt62x8f8o=";
sha256 = "sha256-he6ERl6ZNWuD5StUqQWsUjeJ35nD0b8KddIAvntqlOI=";
};
patches = lib.optionals withPantheon [