orbiton: 2.68.5 -> 2.68.6 (#368817)

This commit is contained in:
Nikolay Korotkiy
2024-12-28 19:30:30 +04:00
committed by GitHub
+6 -6
View File
@@ -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";
};
}