Unverified Commit 84027cb7 authored by R. RyanTM's avatar R. RyanTM Committed by Matthias Beyer
Browse files

elinks: 0.18.0 -> 0.19.0

parent 89860d1b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = [