links2: 2.18 -> 2.19

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/links2/versions
This commit is contained in:
R. RyanTM 2019-04-14 23:52:19 -07:00
parent 993e2b4ec2
commit 5508bf4d2c

View File

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