Unverified Commit d8f947b1 authored by Matthias Beyer's avatar Matthias Beyer Committed by GitHub
Browse files

elinks: 0.18.0 -> 0.19.0 (#488085)

parents 0256c3de 84027cb7
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 = [