Merge pull request #47000 from r-ryantm/auto-update/links2

links2: 2.16 -> 2.17
This commit is contained in:
Michael Raskin 2018-09-21 05:07:29 +00:00 committed by GitHub
commit 7f2344406c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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;