From 99ba5e267d2d00a5ec7690f4095a7ec7d42ea20c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A1szl=C3=B3=20Vask=C3=B3?= Date: Sat, 16 Jan 2021 16:03:47 +0000 Subject: [PATCH] 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 --- nix/sources.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/nix/sources.json b/nix/sources.json index 4ea759e..b0784d5 100644 --- a/nix/sources.json +++ b/nix/sources.json @@ -29,10 +29,10 @@ "homepage": "", "owner": "nix-community", "repo": "emacs-overlay", - "rev": "7cca87e54e28c5de1c9955b2ac7f6b3019ae2fda", - "sha256": "0lv233154x9y98y7djfbqaqqc84wkvbrwkxl8q3v268pcybq535d", + "rev": "150f5eff82eb0c8db3e7f1baa6599e705a81797c", + "sha256": "1c99h4f7qlfmj19c559lk6w27139cld17x1a5ir3pfs7c100y3vp", "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///archive/.tar.gz" }, "emacs-so-long": {