3
0
Fork 0
forked from mirrors/nixpkgs

fixed "which" src

svn path=/nixpkgs/trunk/; revision=10235
This commit is contained in:
Michael Raskin 2008-01-20 22:55:43 +00:00
parent d894c2d144
commit e2c0809777

View file

@ -1,7 +1,7 @@
{stdenv, fetchurl, readline}: stdenv.mkDerivation { {stdenv, fetchurl, readline}: stdenv.mkDerivation {
name = "which-2.19"; name = "which-2.19";
src = fetchurl { src = fetchurl {
url = mirror://gnu/pub/gnu/which/which-2.19.tar.gz; url = mirror://gnu/which/which-2.19.tar.gz;
sha256 = "0lnd8mfpc0r1r2ch54vl3vc6r0fnzfl33sqdda2aq62iyrsbhybx"; sha256 = "0lnd8mfpc0r1r2ch54vl3vc6r0fnzfl33sqdda2aq62iyrsbhybx";
}; };