Skip to content

Commit

Permalink
less: 483 -> 481: Use recommended upstream version since less-483.tar…
Browse files Browse the repository at this point in the history
….gz has disappeared

This is a fix for the current package source file
  http://www.greenwoodsoftware.com/less/less-483.tar.gz
not being available anymore.

We bump the less version back to 481, and adjust the source package hash
accordingly. This is a (slight) downgrade from 483 as opposed to an
upgrade since
  a) 481 is the current Recommended version by http://www.greenwoodsoftware.com/less/download.html
  b) Upstream is unreliable about keeping experimental versions around.

(cherry picked from commit 0f9f74f)
  • Loading branch information
sh01 authored and dezgeg committed Nov 26, 2016
1 parent 64ef4e7 commit ef7cc9a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/misc/less/default.nix
@@ -1,11 +1,11 @@
{ stdenv, fetchurl, ncurses, lessSecure ? false }:

stdenv.mkDerivation rec {
name = "less-483";
name = "less-481";

src = fetchurl {
url = "http://www.greenwoodsoftware.com/less/${name}.tar.gz";
sha256 = "07z43kwbmba2wh3q1gps09l72p8izfagygmqq1izi50s2h51mfvy";
sha256 = "19fxj0h10y5bhr3a1xa7kqvnwl44db3sdypz8jxl1q79yln8z8rz";
};

configureFlags = [ "--sysconfdir=/etc" ] # Look for ‘sysless’ in /etc.
Expand Down

0 comments on commit ef7cc9a

Please sign in to comment.