Merge pull request #290868 from sikmir/orbiton

orbiton: 2.65.8 → 2.65.10
This commit is contained in:
Pol Dellaiera 2024-02-24 21:48:11 +01:00 committed by GitHub
commit e5f7041952
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 4 deletions

View File

@ -4,13 +4,13 @@
buildGoModule rec {
pname = "orbiton";
version = "2.65.8";
version = "2.65.10";
src = fetchFromGitHub {
owner = "xyproto";
repo = "orbiton";
rev = "v${version}";
hash = "sha256-1g2D79yUHeFz9jpmz1N5qDmpe1DA8xV82t78ZUVOhBE=";
hash = "sha256-z81Xled6OFs9tKVJgUnws81C86Vle5XR85f3z96N2Gw=";
};
vendorHash = null;
@ -41,7 +41,7 @@ buildGoModule rec {
meta = with lib; {
description = "Config-free text editor and IDE limited to VT100";
homepage = "https://github.com/xyproto/orbiton";
homepage = "https://orbiton.zip";
license = licenses.bsd3;
maintainers = with maintainers; [ sikmir ];
mainProgram = "o";

View File

@ -31053,7 +31053,9 @@ with pkgs;
edlin = callPackage ../applications/editors/edlin { };
orbiton = callPackage ../applications/editors/orbiton { };
orbiton = callPackage ../applications/editors/orbiton {
buildGoModule = buildGo122Module;
};
oed = callPackage ../applications/editors/oed { };