less: update from 436 to 462

This commit is contained in:
Nixpkgs Monitor 2013-12-16 01:29:41 +02:00 committed by Evgeny Egorochkin
parent 0a29083188
commit 2e43a29ec8

View File

@ -1,11 +1,11 @@
{stdenv, fetchurl, ncurses}:
stdenv.mkDerivation {
name = "less-436";
name = "less-462";
src = fetchurl {
url = http://www.greenwoodsoftware.com/less/less-436.tar.gz;
sha256 = "1lilcx6qrfr2dqahv7r10j9h2v86w5sb7m8wrx2sza9ifkq6z8ap";
url = http://www.greenwoodsoftware.com/less/less-462.tar.gz;
sha256 = "1kv5izyrkds8lkkzd46c9gxsnjgxbr7w4ficzma95dprcn92m97a";
};
buildInputs = [ncurses];