elinks: 0.18.0 -> 0.19.0

Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
This commit is contained in:
R. Ryantm
2026-02-07 21:35:52 +01:00
committed by Matthias Beyer
parent 89860d1b51
commit 84027cb795
+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 = [