touchegg: 2.0.13 -> 2.0.14

This commit is contained in:
Bobby Rong 2022-04-02 19:28:16 +08:00
parent 3f6e36987b
commit c506050b94
No known key found for this signature in database
GPG Key ID: ED07364437C91161

View File

@ -18,13 +18,13 @@
stdenv.mkDerivation rec {
pname = "touchegg";
version = "2.0.13";
version = "2.0.14";
src = fetchFromGitHub {
owner = "JoseExposito";
repo = pname;
rev = version;
sha256 = "sha256-wfXA4+HSLFHMvdsnyiTfRxPqdSsvd0RMkKIacf+rLZI=";
sha256 = "sha256-2ZuFZ2PHhbxNTmGdlZONgPfEJC7lI5Rc6dgiBj7VG2o=";
};
patches = lib.optionals withPantheon [