mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
telescope: 0.10.1 → 0.11 (#406082)
This commit is contained in:
commit
f575a9791f
1 changed files with 10 additions and 10 deletions
|
@ -12,15 +12,15 @@
|
|||
buildPackages,
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "telescope";
|
||||
version = "0.10.1";
|
||||
version = "0.11";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "omar-polo";
|
||||
repo = "telescope";
|
||||
rev = version;
|
||||
hash = "sha256-MVZ/pvDAETacQiEMEXM0gYM20LXqNiHtMfFGqS1vipY=";
|
||||
tag = finalAttrs.version;
|
||||
hash = "sha256-GKeUXa4RKYkoywrCrpenfLt10Rdj9L0xYI3tf2hFAbk=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
|
@ -45,11 +45,11 @@ stdenv.mkDerivation rec {
|
|||
"HOSTCC=${buildPackages.stdenv.cc}/bin/${buildPackages.stdenv.cc.targetPrefix}cc"
|
||||
];
|
||||
|
||||
meta = with lib; {
|
||||
meta = {
|
||||
description = "Telescope is a w3m-like browser for Gemini";
|
||||
homepage = "https://www.telescope-browser.org/";
|
||||
license = licenses.isc;
|
||||
maintainers = with maintainers; [ heph2 ];
|
||||
platforms = platforms.unix;
|
||||
homepage = "https://telescope-browser.org/";
|
||||
license = lib.licenses.isc;
|
||||
maintainers = with lib.maintainers; [ heph2 ];
|
||||
platforms = lib.platforms.unix;
|
||||
};
|
||||
}
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue