nix-community / emacs-overlay

Bleeding edge emacs overlay [maintainer=@adisbladis]
510 stars 168 forks source link

recipes-archive-melpa: fix incorrect source hashes #401

Closed jian-lin closed 6 months ago

jian-lin commented 6 months ago

maybe close https://github.com/nix-community/emacs-overlay/issues/391

jian-lin commented 6 months ago

This PR contains two commits.

One is basically https://github.com/NixOS/nixpkgs/pull/309270 with two fixes excluded, which fixes incorrect source hashes in both Nixpkgs and this overlay. This commit can be reviewed in an easy way:

  1. search emacsPackages before https://github.com/NixOS/nixpkgs/pull/309270 is merged here and find that there are many failures on x86_64-linux due to source error
  2. search emacsPackages after https://github.com/NixOS/nixpkgs/pull/309270 is merged here and find that there is no failure on x86_64-linux due to source error

Another commit fixes three incorrect source hashes specific to this overlay. Since there are only three changed hashes, it is not hard to review this.

Could we merge this soon so that I do not have to resolve more merge conflicts caused by auto update? @adisbladis @leungbk

leungbk commented 6 months ago

Thanks, and I'm sorry for not merging sooner.