Skip to content

Commit

Permalink
orbiton: 2.68.5 -> 2.68.6 (#368817)
Browse files Browse the repository at this point in the history
  • Loading branch information
sikmir authored Dec 28, 2024
2 parents f56cbb9 + 75a7c85 commit b1d7e57
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pkgs/by-name/or/orbiton/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -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";
};
}

0 comments on commit b1d7e57

Please sign in to comment.