Merge pull request #320536 from r-ryantm/auto-update/orbiton

orbiton: 2.65.11 -> 2.65.12
This commit is contained in:
Nikolay Korotkiy 2024-06-18 01:05:21 +04:00 committed by GitHub
commit bb67068dde
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 8 deletions

View File

@ -1,16 +1,16 @@
{ lib, stdenv, buildGoModule, fetchFromGitHub, installShellFiles, makeWrapper, pkg-config
{ lib, stdenv, buildGo122Module, fetchFromGitHub, installShellFiles, makeWrapper, pkg-config
, withGui ? true, vte
}:
buildGoModule rec {
buildGo122Module rec {
pname = "orbiton";
version = "2.65.11";
version = "2.65.12";
src = fetchFromGitHub {
owner = "xyproto";
repo = "orbiton";
rev = "v${version}";
hash = "sha256-eb7Ku1hgvYdmRgemXcEZMl53oNXYcomh4wYHpRzLTUc=";
hash = "sha256-1KVw2dj//6vwUUj1jVWe2J/9F6J8BQsvCAEbJZnW26c=";
};
vendorHash = null;

View File

@ -30359,10 +30359,6 @@ with pkgs;
edlin = callPackage ../applications/editors/edlin { };
orbiton = callPackage ../applications/editors/orbiton {
buildGoModule = buildGo122Module;
};
oed = callPackage ../applications/editors/oed { };
ekho = callPackage ../applications/audio/ekho {