update to 2.17

svn path=/nixpkgs/trunk/; revision=9499
This commit is contained in:
Armijn Hemel 2007-10-20 17:39:28 +00:00
parent 2a79431f99
commit 614a3b47c6

View file

@ -1,8 +1,8 @@
{stdenv, fetchurl}: stdenv.mkDerivation {
name = "which-2.16";
src = fetchurl {
url = http://ftp.gnu.org/gnu/which/which-2.16.tar.gz;
md5 = "830b83af48347a9a3520f561e47cbc9b";
url = http://ftp.gnu.org/gnu/which/which-2.17.tar.gz;
sha256 = "1nnnbn83da8481blmcyv96gm15ccsilr93fmgmwdlzj8a72fjvqp";
};
}