emacs: bump package-build to 4.0.0-unstable-2026-03-17

This fixes build failure of emacs.pkgs.lichess.  See also [1], [2] and
[3].

[1]: https://github.com/NixOS/nixpkgs/pull/494565
[2]: https://github.com/melpa/melpa/pull/9872
[3]: https://github.com/NixOS/nixpkgs/pull/502084
This commit is contained in:
Lin Jian
2026-03-22 09:07:35 +08:00
parent 1628c2b013
commit 1dee45845e
@@ -20,12 +20,13 @@ let
};
packageBuild = stdenv.mkDerivation {
name = "package-build";
pname = "package-build";
version = "4.0.0-unstable-2026-03-17";
src = fetchFromGitHub {
owner = "melpa";
repo = "package-build";
rev = "d1722503145facf96631ac118ec0213a73082b76";
hash = "sha256-utsZLm9IF9UkTwxFWvJmwA3Ox4tlMeNNTo+f/CqYJGA=";
rev = "c25ea902ac4fceb1eb998d46ac176a1de077439b";
hash = "sha256-JkdKCfMi+D2ls/Aiz9OPdtLSv1+938BRBJqsIYJIfBM=";
};
prePatch = ''