lol

Merge pull request #132081 from kidonng/patch-1

less: 581.2 -> 590

authored by

Sandro and committed by
GitHub
62b593f5 53fc3687

+3 -3
+3 -3
pkgs/tools/misc/less/default.nix
··· 2 2 3 3 stdenv.mkDerivation rec { 4 4 pname = "less"; 5 - version = "581.2"; 5 + version = "590"; 6 6 7 7 src = fetchurl { 8 8 url = "https://www.greenwoodsoftware.com/${pname}/${pname}-${version}.tar.gz"; 9 - sha256 = "0fyqslvrasv19qjvqrwfwz2n7mnm93y61x9bcx09ga90mxyb8d6f"; 9 + sha256 = "044fl3izmsi8n1vqzsqdp65q0qyyn5kmsg4sk7id0mxzx15zbbba"; 10 10 }; 11 11 12 12 configureFlags = [ "--sysconfdir=/etc" ] # Look for ‘sysless’ in /etc. ··· 18 18 homepage = "https://www.greenwoodsoftware.com/less/"; 19 19 description = "A more advanced file pager than ‘more’"; 20 20 platforms = platforms.unix; 21 - license = licenses.gpl3; 21 + license = licenses.gpl3Plus; 22 22 maintainers = with maintainers; [ eelco dtzWill ]; 23 23 }; 24 24 }