fix name (was 2.16, should have been 2.17)

svn path=/nixpkgs/trunk/; revision=9806
This commit is contained in:
Armijn Hemel 2007-11-28 18:31:37 +00:00
parent 0250bd7bac
commit 1589f14709

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";