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

links2: 2.20 -> 2.20.2
This commit is contained in:
Marek Mahut 2019-10-23 20:01:39 +02:00 committed by GitHub
commit d94ec61505
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";
version = "2.20.2";
pname = "links2";
src = fetchurl {
url = "${meta.homepage}/download/links-${version}.tar.bz2";
sha256 = "0bchwqa87dc8cb55spyybkqpc456pp4x2n9aw587wr7pn96cvp9v";
sha256 = "097ll98ympzfx7qfdyhc52yzvsp167x5nnjs6v8ih496wv80fksb";
};
buildInputs = with stdenv.lib;