photofield: unpin Go builder

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

View File

@@ -1,7 +1,7 @@
{
lib,
fetchFromGitHub,
buildGo122Module,
buildGoModule,
buildNpmPackage,
makeWrapper,
exiftool,
@@ -36,7 +36,7 @@ let
};
in
buildGo122Module {
buildGoModule {
pname = "photofield";
inherit version src;