Fixing the gnused fetchurl hash type, for stdenv-updates to evaluate well

svn path=/nixpkgs/branches/stdenv-updates/; revision=21252
This commit is contained in:
Lluís Batlle i Rossell 2010-04-22 21:45:56 +00:00
parent 6f2fac6466
commit bbb833cf8b
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ stdenv.mkDerivation {
src = fetchurl {
url = mirror://gnu/sed/sed-4.2.1.tar.gz;
md5 = "0q1hzjvr6pzhaagidg7pj76k1fzz5nl15np7p72w9zcpw0f58ww7";
sha256 = "0q1hzjvr6pzhaagidg7pj76k1fzz5nl15np7p72w9zcpw0f58ww7";
};
meta = {