summary refs log tree commit diff
path: root/pkgs/applications/editors/ed
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2009-05-24 17:45:43 +0000
committerLudovic Courtès <ludo@gnu.org>2009-05-24 17:45:43 +0000
commitfb087d2598549cf11cf1022cf647c6c990cdf3a5 (patch)
tree799a28d2db6513492b0324fea3179e9bd2a3b208 /pkgs/applications/editors/ed
parentf4e6e80bcf6113f570a9fb440185c11a1c31af7c (diff)
GNU Ed 1.3.
svn path=/nixpkgs/trunk/; revision=15698
Diffstat (limited to 'pkgs/applications/editors/ed')
-rw-r--r--pkgs/applications/editors/ed/default.nix5
1 files changed, 3 insertions, 2 deletions
diff --git a/pkgs/applications/editors/ed/default.nix b/pkgs/applications/editors/ed/default.nix
index b43af4e4e593a..90f58279697db 100644
--- a/pkgs/applications/editors/ed/default.nix
+++ b/pkgs/applications/editors/ed/default.nix
@@ -1,10 +1,11 @@
 { fetchurl, stdenv }:
 
 stdenv.mkDerivation rec {
-  name = "ed-1.2";
+  name = "ed-1.3";
+
   src = fetchurl {
     url = "mirror://gnu/ed/${name}.tar.gz";
-    sha256 = "1jhw050fzaffjf5qdj1ccn7alngam7yhd5zpzyxvrjphwmkd46kx";
+    sha256 = "11xyrzm21l2hhvbc0yanx2acsg1dp3ckmcwq2yl6cbymzvzzfrim";
   };
 
   doCheck = true;