touchegg: 2.0.15 -> 2.0.16

https://github.com/JoseExposito/touchegg/compare/2.0.15...2.0.16
This commit is contained in:
Bobby Rong 2023-02-07 10:17:36 +08:00
parent 118005b2d3
commit 0e48bebe62
No known key found for this signature in database

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 [