telescope: 0.5.2 → 0.6.1

This commit is contained in:
Nikolay Korotkiy 2021-11-29 20:04:49 +03:00
parent d920e9a8c5
commit b1308f9079
No known key found for this signature in database
GPG key ID: D1DE6D7F693663A5

View file

@ -7,17 +7,18 @@
, libressl
, ncurses
, autoreconfHook
, buildPackages
}:
stdenv.mkDerivation rec {
pname = "telescope";
version = "0.5.2";
version = "0.6.1";
src = fetchFromGitHub {
owner = "omar-polo";
repo = pname;
rev = version;
sha256 = "sha256-AdbFJfoicQUgJ9kesIWZ9ygttyjjDeC0UHRI98GwoZ8=";
sha256 = "sha256-r2+jvmnW9EeQf/2X2cOxnOa+HGuGHV6YMftT2MxbSYQ=";
};
nativeBuildInputs = [
@ -32,6 +33,10 @@ stdenv.mkDerivation rec {
ncurses
];
configureFlags = [
"HOSTCC=${buildPackages.stdenv.cc}/bin/${buildPackages.stdenv.cc.targetPrefix}cc"
];
meta = with lib; {
description = "Telescope is a w3m-like browser for Gemini";
homepage = "https://telescope.omarpolo.com/";