From fb087d2598549cf11cf1022cf647c6c990cdf3a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Sun, 24 May 2009 17:45:43 +0000 Subject: [PATCH] GNU Ed 1.3. svn path=/nixpkgs/trunk/; revision=15698 --- pkgs/applications/editors/ed/default.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pkgs/applications/editors/ed/default.nix b/pkgs/applications/editors/ed/default.nix index b43af4e4e59..90f58279697 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;