summary refs log tree commit diff
path: root/pkgs/applications/editors/ed
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2012-09-18 14:48:01 -0400
committerEelco Dolstra <eelco.dolstra@logicblox.com>2012-09-18 14:48:01 -0400
commit6d3ce2e3478438feb06a35d0be4bf583935fed4b (patch)
tree6ed6dd8696fc8b274c183d8ced1e1e48eafec888 /pkgs/applications/editors/ed
parent51a6b27cc7bd70819927337e0b5505b446ad19b3 (diff)
downloadnixpkgs-6d3ce2e3478438feb06a35d0be4bf583935fed4b.tar
nixpkgs-6d3ce2e3478438feb06a35d0be4bf583935fed4b.tar.gz
nixpkgs-6d3ce2e3478438feb06a35d0be4bf583935fed4b.tar.bz2
nixpkgs-6d3ce2e3478438feb06a35d0be4bf583935fed4b.tar.lz
nixpkgs-6d3ce2e3478438feb06a35d0be4bf583935fed4b.tar.xz
nixpkgs-6d3ce2e3478438feb06a35d0be4bf583935fed4b.tar.zst
nixpkgs-6d3ce2e3478438feb06a35d0be4bf583935fed4b.zip
ed: Update to 1.6
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 1b3e4e27f5b..aa1a5b91a82 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.5";
+  name = "ed-1.6";
 
   src = fetchurl {
     url = "mirror://gnu/ed/${name}.tar.gz";
-    sha256 = "18gvhyhwpabmgv4lh21lg8vl3z7acdyhh2mr2kj9g75wksj39pcp";
+    sha256 = "0rcay0wci2kiwil2h505b674cblmn4nq8pqw9g9pgqmaqjq6f711";
   };
 
   doCheck = true;