File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed
pkgs/by-name/te/telescope Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change 1212 buildPackages ,
1313} :
1414
15- stdenv . mkDerivation rec {
15+ stdenv . mkDerivation ( finalAttrs : {
1616 pname = "telescope" ;
17- version = "0.10.1 " ;
17+ version = "0.11 " ;
1818
1919 src = fetchFromGitHub {
2020 owner = "omar-polo" ;
2121 repo = "telescope" ;
22- rev = version ;
23- hash = "sha256-MVZ/pvDAETacQiEMEXM0gYM20LXqNiHtMfFGqS1vipY =" ;
22+ tag = finalAttrs . version ;
23+ hash = "sha256-GKeUXa4RKYkoywrCrpenfLt10Rdj9L0xYI3tf2hFAbk =" ;
2424 } ;
2525
2626 postPatch = ''
@@ -45,11 +45,11 @@ stdenv.mkDerivation rec {
4545 "HOSTCC=${ buildPackages . stdenv . cc } /bin/${ buildPackages . stdenv . cc . targetPrefix } cc"
4646 ] ;
4747
48- meta = with lib ; {
48+ meta = {
4949 description = "Telescope is a w3m-like browser for Gemini" ;
50- homepage = "https://www. telescope-browser.org/" ;
51- license = licenses . isc ;
52- maintainers = with maintainers ; [ heph2 ] ;
53- platforms = platforms . unix ;
50+ homepage = "https://telescope-browser.org/" ;
51+ license = lib . licenses . isc ;
52+ maintainers = with lib . maintainers ; [ heph2 ] ;
53+ platforms = lib . platforms . unix ;
5454 } ;
55- }
55+ } )
You can’t perform that action at this time.
0 commit comments