Merge pull request #166921 from bobby285271/pantheon

touchegg: 2.0.13 -> 2.0.14
This commit is contained in:
Bobby Rong 2022-04-04 09:55:01 +08:00 committed by GitHub
commit e281389159
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.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 [