fix name (was 2.16, should have been 2.17)

svn path=/nixpkgs/branches/stdenv-updates/; revision=9890
This commit is contained in:
Yury G. Kudryashov 2007-12-08 01:09:57 +00:00
parent f72d74bafc
commit 6281ec3eb8

View File

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