links2: 2.16 -> 2.17

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 2018-09-20 08:34:23 -07:00
parent 35378f0141
commit da78d3e829

View File

@ -8,12 +8,12 @@
}:
stdenv.mkDerivation rec {
version = "2.16";
version = "2.17";
name = "links2-${version}";
src = fetchurl {
url = "${meta.homepage}/download/links-${version}.tar.bz2";
sha256 = "0gsa2gpb1grhssl5jzpc5pa0zi21mxi8g25rh5bacl70slw31w42";
sha256 = "0dh2gbzcw8kxy81z4ggsynibnqs56b83vy8qgz7illsag1irff6q";
};
buildInputs = with stdenv.lib;