manually updating emacs-overlay to fix download error

The update is needed as previous version of `adaptive-wrap` is
unavailable:

    builder for '/nix/store/8f82swlqwy4pnpz34q00l9vqry8djy5g-adaptive-wrap-0.7.el.drv' failed with exit code 1; last 7 log lines:

    trying https://elpa.gnu.org/packages/adaptive-wrap-0.7.el
        % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                    Dload  Upload   Total   Spent    Left  Speed
        0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
    curl: (22) The requested URL returned error: 404 Not Found
    error: cannot download adaptive-wrap-0.7.el from any mirror
This commit is contained in:
László Vaskó
2021-01-16 16:03:47 +00:00
parent 2ffa1be4d0
commit 99ba5e267d

View File

@ -29,10 +29,10 @@
"homepage": "", "homepage": "",
"owner": "nix-community", "owner": "nix-community",
"repo": "emacs-overlay", "repo": "emacs-overlay",
"rev": "7cca87e54e28c5de1c9955b2ac7f6b3019ae2fda", "rev": "150f5eff82eb0c8db3e7f1baa6599e705a81797c",
"sha256": "0lv233154x9y98y7djfbqaqqc84wkvbrwkxl8q3v268pcybq535d", "sha256": "1c99h4f7qlfmj19c559lk6w27139cld17x1a5ir3pfs7c100y3vp",
"type": "tarball", "type": "tarball",
"url": "https://github.com/nix-community/emacs-overlay/archive/7cca87e54e28c5de1c9955b2ac7f6b3019ae2fda.tar.gz", "url": "https://github.com/nix-community/emacs-overlay/archive/150f5eff82eb0c8db3e7f1baa6599e705a81797c.tar.gz",
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz" "url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
}, },
"emacs-so-long": { "emacs-so-long": {