Merge pull request #207959 from iblech/patch-elinks

elinks: 0.15.1 -> 0.16.0 (fixes #207718)

authored by

Nick Cao and committed by
GitHub
79d73637 3127d469

+3 -2
+3 -2
pkgs/applications/networking/browsers/elinks/default.nix
··· 13 14 stdenv.mkDerivation rec { 15 pname = "elinks"; 16 - version = "0.15.1"; 17 18 src = fetchFromGitHub { 19 owner = "rkd77"; 20 repo = "felinks"; 21 rev = "v${version}"; 22 - sha256 = "sha256-9OEi4UF/4/IRtccJou3QuevQzWjA6PuU5IVlT7qqGZ0="; 23 }; 24 25 buildInputs = [ ··· 43 "--enable-nntp" 44 "--enable-256-colors" 45 "--enable-true-color" 46 "--with-lzma" 47 "--with-libev" 48 "--with-terminfo"
··· 13 14 stdenv.mkDerivation rec { 15 pname = "elinks"; 16 + version = "0.16.0"; 17 18 src = fetchFromGitHub { 19 owner = "rkd77"; 20 repo = "felinks"; 21 rev = "v${version}"; 22 + sha256 = "sha256-4+V1j78sjs3/6SnVLO34jCcNuegpZan8Ykd8Gy0vc3k="; 23 }; 24 25 buildInputs = [ ··· 43 "--enable-nntp" 44 "--enable-256-colors" 45 "--enable-true-color" 46 + "--with-brotli" 47 "--with-lzma" 48 "--with-libev" 49 "--with-terminfo"