sigsum: fix build (#509768)

This commit is contained in:
Felix Bargfeldt
2026-04-13 23:37:39 +00:00
committed by GitHub
+2 -2
View File
@@ -1,12 +1,12 @@
{
lib,
buildGoModule,
buildGo125Module,
fetchFromGitLab,
versionCheckHook,
nix-update-script,
}:
buildGoModule (finalAttrs: {
buildGo125Module (finalAttrs: {
pname = "sigsum";
version = "0.14.0";