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

links2: 2.20.2 -> 2.21
This commit is contained in:
Martin Weinelt 2020-08-14 21:47:28 +02:00 committed by GitHub
commit 4b4986a6b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,12 +8,12 @@
}:
stdenv.mkDerivation rec {
version = "2.20.2";
version = "2.21";
pname = "links2";
src = fetchurl {
url = "${meta.homepage}/download/links-${version}.tar.bz2";
sha256 = "097ll98ympzfx7qfdyhc52yzvsp167x5nnjs6v8ih496wv80fksb";
sha256 = "0qqdcghsdqm7l6kyi0k752ws3ak5crw85pqkcb11wy67j62yspi8";
};
buildInputs = with stdenv.lib;