summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/editors/ed/default.nix
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2012-12-12 17:17:05 +0100
committerEelco Dolstra <eelco.dolstra@logicblox.com>2012-12-12 17:17:05 +0100
commit85996ac0182d45b6d5a5528a9e702fd207faf4d8 (patch)
treeccc8a05c5c4f59d72be7e37e307080fb74d7247e /pkgs/applications/editors/ed/default.nix
parentf364619e222148ca23647ad67293b0a99ddf0e55 (diff)
ed: Update to 1.7
Diffstat (limited to 'pkgs/applications/editors/ed/default.nix')
-rw-r--r--pkgs/applications/editors/ed/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/editors/ed/default.nix b/pkgs/applications/editors/ed/default.nix
index 9814b2138c3f..eb364ec730ee 100644
--- a/pkgs/applications/editors/ed/default.nix
+++ b/pkgs/applications/editors/ed/default.nix
@@ -1,11 +1,11 @@
{ fetchurl, stdenv }:
stdenv.mkDerivation rec {
- name = "ed-1.6";
+ name = "ed-1.7";
src = fetchurl {
url = "mirror://gnu/ed/${name}.tar.gz";
- sha256 = "0rcay0wci2kiwil2h505b674cblmn4nq8pqw9g9pgqmaqjq6f711";
+ sha256 = "0c908wb5pm48rjrrfbm5dhrqzys8f1dbvi90dn0vgwjzk80l2hl9";
};
/* FIXME: Tests currently fail on Darwin: