mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-31 17:23:34 +00:00
Merge pull request #290868 from sikmir/orbiton
orbiton: 2.65.8 → 2.65.10
This commit is contained in:
commit
e5f7041952
@ -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";
|
||||
|
@ -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 { };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user