orbiton: unpin buildGoModule

This commit is contained in:
Kirill Radzikhovskyy 2024-07-10 10:57:11 +10:00
parent dad042e7f9
commit 8348371ae1

View File

@ -1,8 +1,8 @@
{ lib, stdenv, buildGo122Module, fetchFromGitHub, installShellFiles, makeWrapper, pkg-config
{ lib, stdenv, buildGoModule, fetchFromGitHub, installShellFiles, makeWrapper, pkg-config
, withGui ? true, vte
}:
buildGo122Module rec {
buildGoModule rec {
pname = "orbiton";
version = "2.65.12";