From 57f2e6e0b58a6f333e9f30de4022ce9630667bbc Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Sun, 15 May 2016 13:13:29 +0200 Subject: [PATCH] ed: 1.12 -> 1.13 --- pkgs/applications/editors/ed/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/applications/editors/ed/default.nix b/pkgs/applications/editors/ed/default.nix index 1bff18185f1..03ed4276df9 100644 --- a/pkgs/applications/editors/ed/default.nix +++ b/pkgs/applications/editors/ed/default.nix @@ -1,7 +1,7 @@ { fetchurl, stdenv }: stdenv.mkDerivation rec { - name = "ed-1.12"; + name = "ed-1.13"; src = fetchurl { # gnu only provides *.lz tarball, which is unfriendly for stdenv bootstrapping @@ -9,8 +9,8 @@ stdenv.mkDerivation rec { # When updating, please make sure the sources pulled match those upstream by # Unpacking both tarballs and running `find . -type f -exec sha256sum \{\} \; | sha256sum` # in the resulting directory - url = "http://fossies.org/linux/privat/${name}.tar.gz"; - sha256 = "111ci6x43bcmylqhrzr32l0q8pplmpb4kiq5pb6cyp0yxkb2dhgj"; + url = "http://fossies.org/linux/privat/${name}.tar.bz2"; + sha256 = "1iym2fsamxr886l3sz8lqzgf00bip5cr0aly8jp04f89kf5mvl0j"; }; /* FIXME: Tests currently fail on Darwin: