diff --git a/pkgs/by-name/or/orbiton/package.nix b/pkgs/by-name/or/orbiton/package.nix index 727cc67f51184..cf7e217980000 100644 --- a/pkgs/by-name/or/orbiton/package.nix +++ b/pkgs/by-name/or/orbiton/package.nix @@ -12,13 +12,13 @@ buildGoModule rec { pname = "orbiton"; - version = "2.68.5"; + version = "2.68.6"; src = fetchFromGitHub { owner = "xyproto"; repo = "orbiton"; - rev = "v${version}"; - hash = "sha256-d3+EsyIl1pa2itEPhEqJqBKBWaov8ZkSvCYZnBVfSSg="; + tag = "v${version}"; + hash = "sha256-7h8U6Ye5Jyf0UmV/+6yHv9QBEtxYHlDBq+T09tmywnM="; }; vendorHash = null; @@ -48,11 +48,11 @@ buildGoModule rec { wrapProgram $out/bin/og --prefix PATH : $out/bin ''; - meta = with lib; { + meta = { description = "Config-free text editor and IDE limited to VT100"; homepage = "https://orbiton.zip"; - license = licenses.bsd3; - maintainers = with maintainers; [ sikmir ]; + license = lib.licenses.bsd3; + maintainers = with lib.maintainers; [ sikmir ]; mainProgram = "o"; }; }