home

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit ef2cc7b50631b1c74b761b0b6f564eca044fbe97
parent efa9371610611b26d8f04179baf7eb1fdbc7c3b9
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Fri, 31 Jul 2020 12:35:37 +0200

emacs: bump to 27.1-rc1 👯

Signed-off-by: Vincent Demeester <vincent@sbr.pm>

Diffstat:
Mpkgs/default.nix | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pkgs/default.nix b/pkgs/default.nix @@ -5,12 +5,12 @@ let emacs27 = (pkgs.emacs.override { srcRepo = true; }).overrideAttrs ( old: { name = "emacs-dev"; - version = "27.0.91"; + version = "27.1-rc1"; src = pkgs.fetchFromGitHub { owner = "emacs-mirror"; repo = "emacs"; - rev = "emacs-27.0.91"; - sha256 = "0mlrg2npy1r79laahkgzhxd1qassfcdz8qk1cpw7mqgf6y5x505h"; + rev = "emacs-27.1-rc1"; + sha256 = "1vyw8bpairxfxim931xg3pwyl3afh2mmjxa2i1igsaiaaxyssbc6"; }; /* %configure --with-dbus --with-gif --with-jpeg --with-png --with-rsvg \