Merge pull request #249016 from bobby285271/upd/touchegg

touchegg: 2.0.16 -> 2.0.17
This commit is contained in:
Bobby Rong 2023-08-14 21:25:46 +08:00 committed by GitHub
commit 344b4f3069
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 [