diff options
author | Vincent Ambo <mail@tazj.in> | 2018-09-02T13·21+0200 |
---|---|---|
committer | Vincent Ambo <mail@tazj.in> | 2018-09-02T13·21+0200 |
commit | 63c08b923fd6d3ce9e65265a843a663a3ff91ada (patch) | |
tree | 8e7f0f8364dc0d3cc5ad35cc803dd39273d491e5 /emacs.nix | |
parent | 1515020dd4e1485d088ad00b676762889ea78e2d (diff) |
chore(emacs): Bump EXWM version
Includes changes from ch11ng/exwm#477 which may resolve issues with ch11ng/exwm#425.
Diffstat (limited to 'emacs.nix')
-rw-r--r-- | emacs.nix | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/emacs.nix b/emacs.nix index 6146c2775cc5..4d9994923404 100644 --- a/emacs.nix +++ b/emacs.nix @@ -157,13 +157,11 @@ sly = emacsPackagesNg.melpaBuild { exwm = emacsPackagesNg.exwm.overrideAttrs(_: { version = "master"; - # This is not the original upstream repo, see PR: - # https://github.com/ch11ng/exwm/pull/469/ src = fetchFromGitHub { - owner = "medranocalvo"; + owner = "ch11ng"; repo = "exwm"; - rev = "4c67a459c9f3d929e04a6b6ade452b203171e35b"; - sha256 = "0ia977m3wjkiccslbb3xf0m0bjmhys4c37j1prldi0rizrsf18r9"; + rev = "dd57c5eebb213c29c3b250634e316abf4917a19b"; + sha256 = "0y2fb87pcj3rb56i8pmlz0422pl1d6prx25p707v0ihkjvhnr6y0"; }; }); |