zincsearch: unpin Go builder

Signed-off-by: Paul Meyer <katexochen0@gmail.com>
This commit is contained in:
Paul Meyer
2025-03-27 22:38:07 +01:00
parent bfc4ad96e3
commit 81492a48d4

View File

@@ -1,6 +1,6 @@
{
lib,
buildGo122Module,
buildGoModule,
fetchFromGitHub,
buildNpmPackage,
}:
@@ -33,7 +33,7 @@ let
};
in
buildGo122Module rec {
buildGoModule rec {
pname = "zincsearch";
inherit src version;