lynx: 2.9.2 -> 2.9.3 (#524835)
This commit is contained in:
@@ -13,14 +13,14 @@
|
||||
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "lynx";
|
||||
version = "2.9.2";
|
||||
version = "2.9.3";
|
||||
|
||||
src = fetchurl {
|
||||
urls = [
|
||||
"https://invisible-island.net/archives/lynx/tarballs/lynx${finalAttrs.version}.tar.bz2"
|
||||
"https://invisible-mirror.net/archives/lynx/tarballs/lynx${finalAttrs.version}.tar.bz2"
|
||||
];
|
||||
hash = "sha256-c3S4mTbZkWaeEB9Ol/LJWSA24ejNqnuvwlmnerb7B84=";
|
||||
hash = "sha256-F0t/KGamDzJHunX1x9uxCxJK7eShNZMS3hXzv+vSBQ8=";
|
||||
};
|
||||
|
||||
enableParallelBuilding = true;
|
||||
@@ -53,6 +53,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
};
|
||||
|
||||
meta = {
|
||||
changelog = "https://lynx.invisible-island.net/lynx${finalAttrs.version}/CHANGES.html";
|
||||
description = "Text-mode web browser";
|
||||
homepage = "https://lynx.invisible-island.net/";
|
||||
mainProgram = "lynx";
|
||||
|
||||
Reference in New Issue
Block a user