Merge pull request #320536 from r-ryantm/auto-update/orbiton
orbiton: 2.65.11 -> 2.65.12
This commit is contained in:
commit
bb67068dde
@ -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;
|
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user