about summary refs log tree commit diff
path: root/pkgs/build-support/emacs/melpa.nix
diff options
context:
space:
mode:
authorTad Fisher <tadfisher@gmail.com>2022-05-23 12:52:17 -0700
committerTad Fisher <tadfisher@gmail.com>2022-05-23 12:52:17 -0700
commitb4e4982e6ce36281159e2256a936f302bda1eb5c (patch)
treeabc2af40c0ad6fedfcb21ca5396ca7f4b7909812 /pkgs/build-support/emacs/melpa.nix
parentdfd82985c273aac6eced03625f454b334daae2e8 (diff)
emacsPackages.melpaBuild: Update package-build, avoid monkey-patch
Diffstat (limited to 'pkgs/build-support/emacs/melpa.nix')
-rw-r--r--pkgs/build-support/emacs/melpa.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/build-support/emacs/melpa.nix b/pkgs/build-support/emacs/melpa.nix
index 408448f26a0e7..924e6d95f14a8 100644
--- a/pkgs/build-support/emacs/melpa.nix
+++ b/pkgs/build-support/emacs/melpa.nix
@@ -38,8 +38,8 @@ import ./generic.nix { inherit lib stdenv emacs texinfo writeText gcc; } ({
   packageBuild = fetchFromGitHub {
     owner = "melpa";
     repo = "package-build";
-    rev = "047801d301a73d4932f33f768d94a8ed26b8d524";
-    sha256 = "0ygzkpg7xc3mjjbxg1kcyz6fwbkb0prvca499f0ffmhfaiv28h59";
+    rev = "35017a2d87376c70c3239f48bdbac7efca85aa10";
+    sha256 = "07hdmam85452v4r2vaabj1qfyami1hgbh0jgj9dcwbkpr0y1gvqj";
   };
 
   elpa2nix = ./elpa2nix.el;