1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-20 04:31:52 +00:00

emacs25pre: 25.0.92 -> 25.0.93

joachifm: also update the name & re-use it in the url
This commit is contained in:
Nicolas Petton 2016-04-23 09:19:49 +02:00 committed by Joachim Fasting
parent c7c6e975c2
commit 693942b61a
No known key found for this signature in database
GPG key ID: 4330820E1E04DCF4

View file

@ -23,13 +23,13 @@ let
in
stdenv.mkDerivation rec {
name = "emacs-25.0.92";
name = "emacs-25.0.93";
builder = ./builder.sh;
src = fetchurl {
url = "ftp://alpha.gnu.org/gnu/emacs/pretest/emacs-25.0.92.tar.xz";
sha256 = "13jnj1js2l90k4yk219r3z67fff90r6mniprsp0sgip2kaak75y2";
url = "ftp://alpha.gnu.org/gnu/emacs/pretest/${name}.tar.xz";
sha256 = "1wbr2n723ycg16rlg81v9x17w9ciy7qyckxplnwghlyfj6j9k4dk";
};
patches = lib.optionals stdenv.isDarwin [