Merge pull request #215038 from bobby285271/upd/touchegg

touchegg: 2.0.15 -> 2.0.16
This commit is contained in:
Bobby Rong 2023-02-07 14:55:53 +08:00 committed by GitHub
commit 49b6133653
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.15";
version = "2.0.16";
src = fetchFromGitHub {
owner = "JoseExposito";
repo = pname;
rev = version;
sha256 = "sha256-oz3+hNNjQ/5vXWPMuhA2N2KK8W8S42WeSeDbhV4oJ9M=";
sha256 = "sha256-/0XeFW0cdS1/UaE/z2FROwk2dTyZMqXjiBzt62x8f8o=";
};
patches = lib.optionals withPantheon [