summary refs log tree commit diff
path: root/pkgs/applications/editors/ed
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
parentf364619e222148ca23647ad67293b0a99ddf0e55 (diff)
downloadnixpkgs-85996ac0182d45b6d5a5528a9e702fd207faf4d8.tar
nixpkgs-85996ac0182d45b6d5a5528a9e702fd207faf4d8.tar.gz
nixpkgs-85996ac0182d45b6d5a5528a9e702fd207faf4d8.tar.bz2
nixpkgs-85996ac0182d45b6d5a5528a9e702fd207faf4d8.tar.lz
nixpkgs-85996ac0182d45b6d5a5528a9e702fd207faf4d8.tar.xz
nixpkgs-85996ac0182d45b6d5a5528a9e702fd207faf4d8.tar.zst
nixpkgs-85996ac0182d45b6d5a5528a9e702fd207faf4d8.zip
ed: Update to 1.7
Diffstat (limited to 'pkgs/applications/editors/ed')
-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 9814b2138c3..eb364ec730e 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: