* Updated GNU hello to 2.5. This also gets rid of the unintentional

"hello-2.3x26" commit.

svn path=/nixpkgs/trunk/; revision=19877
This commit is contained in:
Eelco Dolstra 2010-02-09 10:41:39 +00:00
parent 66e655fce8
commit b0376d16a2

View File

@ -1,11 +1,11 @@
{stdenv, fetchurl}: { stdenv, fetchurl }:
stdenv.mkDerivation { stdenv.mkDerivation rec {
name = "hello-2.3x26"; name = "hello-2.5";
src = fetchurl { src = fetchurl {
url = mirror://gnu/hello/hello-2.3.tar.bz2; url = "mirror://gnu/hello/${name}.tar.gz";
sha256 = "0c7vijq8y68bpr7g6dh1gny0bff8qq81vnp4ch8pjzvg56wb3js1"; sha256 = "0in467phypnis2ify1gkmvc5l2fxyz3s4xss7g74gwk279ylm4r2";
}; };
meta = { meta = {