File tree Expand file tree Collapse file tree
pkgs/development/ocaml-modules/minttea Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66 tty ,
77} :
88
9- buildDunePackage rec {
9+ buildDunePackage ( finalAttrs : {
1010 pname = "minttea" ;
1111 version = "0.0.3" ;
1212
1313 minimalOCamlVersion = "5.1" ;
1414
1515 src = fetchurl {
16- url = "https://github.com/leostera/minttea/releases/download/${ version } /minttea-${ version } .tbz" ;
16+ url = "https://github.com/leostera/minttea/releases/download/${ finalAttrs . version } /minttea-${ finalAttrs . version } .tbz" ;
1717 hash = "sha256-WEaJVCCvsmKcF8+yzovljt8dGWaIv4UmAr74jq6Vo9M=" ;
1818 } ;
1919
@@ -25,8 +25,8 @@ buildDunePackage rec {
2525 meta = {
2626 description = "Fun, functional, and stateful way to build terminal apps in OCaml heavily inspired by Go's BubbleTea" ;
2727 homepage = "https://github.com/leostera/minttea" ;
28- changelog = "https://github.com/leostera/minttea/blob/${ version } /CHANGES.md" ;
28+ changelog = "https://github.com/leostera/minttea/blob/${ finalAttrs . version } /CHANGES.md" ;
2929 license = lib . licenses . mit ;
3030 maintainers = with lib . maintainers ; [ sixstring982 ] ;
3131 } ;
32- }
32+ } )
You can’t perform that action at this time.
0 commit comments