fixed "which" src
svn path=/nixpkgs/trunk/; revision=10235
This commit is contained in:
parent
d894c2d144
commit
e2c0809777
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
{stdenv, fetchurl, readline}: stdenv.mkDerivation {
|
||||
name = "which-2.19";
|
||||
src = fetchurl {
|
||||
url = mirror://gnu/pub/gnu/which/which-2.19.tar.gz;
|
||||
url = mirror://gnu/which/which-2.19.tar.gz;
|
||||
sha256 = "0lnd8mfpc0r1r2ch54vl3vc6r0fnzfl33sqdda2aq62iyrsbhybx";
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue