elinks: 0.18.0 -> 0.19.0 (#488085)

This commit is contained in:
Matthias Beyer
2026-02-07 20:44:14 +00:00
committed by GitHub
+2 -2
View File
@@ -33,13 +33,13 @@ assert enablePython -> python != null;
stdenv.mkDerivation (finalAttrs: {
pname = "elinks";
version = "0.18.0";
version = "0.19.0";
src = fetchFromGitHub {
owner = "rkd77";
repo = "elinks";
rev = "v${finalAttrs.version}";
hash = "sha256-TTb/v24gIWKiCQCESHo0Pz6rvRtw5anoXK0b35dzfLM=";
hash = "sha256-eFH42PCMF3HPvNqcaXOyIM6AAr3RusgxiRlUa2X8B9U=";
};
buildInputs = [