seabird: unpin buildGoModule

This commit is contained in:
Kirill Radzikhovskyy 2024-07-10 10:56:04 +10:00
parent 84dcc8770b
commit dad042e7f9

View file

@ -1,5 +1,5 @@
{ lib
, buildGo122Module
, buildGoModule
, copyDesktopItems
, fetchFromGitHub
, pkg-config
@ -12,7 +12,7 @@
, vte-gtk4
}:
buildGo122Module rec {
buildGoModule rec {
pname = "seabird";
version = "0.3.2";