version bump to 2.20
svn path=/nixpkgs/trunk/; revision=13929
This commit is contained in:
parent
4df4bba69f
commit
6aebc2b1a7
@ -1,8 +1,8 @@
|
||||
{stdenv, fetchurl, readline}: stdenv.mkDerivation {
|
||||
name = "which-2.19";
|
||||
name = "which-2.20";
|
||||
src = fetchurl {
|
||||
url = mirror://gnu/which/which-2.19.tar.gz;
|
||||
sha256 = "0lnd8mfpc0r1r2ch54vl3vc6r0fnzfl33sqdda2aq62iyrsbhybx";
|
||||
url = mirror://gnu/which/which-2.20.tar.gz;
|
||||
sha256 = "1y2p50zadb36izzh2zw4dm5hvdiydqf3qa88l8kav20dcmfbc5yl";
|
||||
};
|
||||
|
||||
buildInputs = [readline];
|
||||
|
Loading…
Reference in New Issue
Block a user