goshs: fix auto updating (#405451)

This commit is contained in:
Matthias Beyer
2025-05-10 08:59:00 +02:00
committed by GitHub
-3
View File
@@ -1,7 +1,6 @@
{
buildGoModule,
fetchFromGitHub,
gitUpdater,
stdenv,
versionCheckHook,
lib,
@@ -33,8 +32,6 @@ buildGoModule (finalAttrs: {
"-skip=^TestGetIPv4Addr$"
];
passthru.updateScript = gitUpdater { rev-prefix = "v"; };
meta = {
description = "Simple, yet feature-rich web server written in Go";
homepage = "https://goshs.de";