summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/editors/ed
diff options
context:
space:
mode:
authorVladimír Čunát <vcunat@gmail.com>2014-08-30 22:52:27 +0200
committerVladimír Čunát <vcunat@gmail.com>2014-08-30 23:00:58 +0200
commitacba6b4da25e4b92e2422036104ad2040bef1acd (patch)
treea83df9dc3de7243ba6e90c10e8ad318d663c794a /pkgs/applications/editors/ed
parent3360fa1afb15bc82e49885d511de5e26b12a092d (diff)
ed: update to 1.10, working around *.lz problem
Diffstat (limited to 'pkgs/applications/editors/ed')
-rw-r--r--pkgs/applications/editors/ed/default.nix9
1 files changed, 6 insertions, 3 deletions
diff --git a/pkgs/applications/editors/ed/default.nix b/pkgs/applications/editors/ed/default.nix
index 0c764fcf8f86..bccd7754efbd 100644
--- a/pkgs/applications/editors/ed/default.nix
+++ b/pkgs/applications/editors/ed/default.nix
@@ -1,11 +1,14 @@
{ fetchurl, stdenv }:
stdenv.mkDerivation rec {
- name = "ed-1.9";
+ name = "ed-1.10";
src = fetchurl {
- url = "mirror://gnu/ed/${name}.tar.gz";
- sha256 = "122syihsx2hwzj75mkf5a9ssiky2xby748kp4cc00wzhmp7p5cym";
+ # gnu only provides *.lz tarball, which is unfriendly for stdenv bootstrapping
+ #url = "mirror://gnu/ed/${name}.tar.gz";
+ url = "http://pkgs.fedoraproject.org/repo/extras/ed/${name}.tar.bz2"
+ + "/38204d4c690a17a989e802ba01b45e98/${name}.tar.bz2";
+ sha256 = "16qvshl8470f3znjfrrci3lzllqkzc6disk5kygzsg9hh4f6wysq";
};
/* FIXME: Tests currently fail on Darwin: