links: 2.19 -> 2.20

http://links.twibright.com/download/ChangeLog

(search for '2.20' if newer entries exist)
This commit is contained in:
Will Dietz 2019-08-29 21:37:17 -05:00
parent 9dbda3eddf
commit 8f78177924
No known key found for this signature in database
GPG Key ID: EBB0EA4124809D02

View File

@ -8,12 +8,12 @@
}:
stdenv.mkDerivation rec {
version = "2.19";
version = "2.20";
pname = "links2";
src = fetchurl {
url = "${meta.homepage}/download/links-${version}.tar.bz2";
sha256 = "02ls11c02p7xvsdjyb43rrzr850i1yly003r812z0w5vv5yqqxbh";
sha256 = "0bchwqa87dc8cb55spyybkqpc456pp4x2n9aw587wr7pn96cvp9v";
};
buildInputs = with stdenv.lib;