Merge pull request #166921 from bobby285271/pantheon
touchegg: 2.0.13 -> 2.0.14
This commit is contained in:
commit
e281389159
@ -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 [
|
||||
|
Loading…
Reference in New Issue
Block a user