Unverified Commit 6bfb649d authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

elinks: 0.17.0 -> 0.17.1.1 (#346663)

parents e6c2e3fe c0c89177
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -13,13 +13,13 @@ assert enablePython -> python != null;

stdenv.mkDerivation rec {
  pname = "elinks";
  version = "0.17.0";
  version = "0.17.1.1";

  src = fetchFromGitHub {
    owner = "rkd77";
    repo = "elinks";
    rev = "v${version}";
    hash = "sha256-JeUiMHAqSZxxBe8DplzmzHzsY6KqoBqba0y8GDwaR0Y=";
    hash = "sha256-d5bc6SZ8UQuvVJZjWziy4pi/iIiDAnpU9YTlrlfkdoo=";
  };

  buildInputs = [