chirpstack-fuota-server: fix update script (#379922)

Co-authored-by: stv0g <post@steffenvogel.de>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-04-20 09:39:56 +00:00
committed by GitHub
co-authored by stv0g
@@ -3,7 +3,7 @@
buildGoModule,
fetchFromGitHub,
versionCheckHook,
nix-update-script,
unstableGitUpdater,
}:
buildGoModule rec {
pname = "chirpstack-fuota-server";
@@ -32,7 +32,9 @@ buildGoModule rec {
"-skip=TestStorage" # Depends on external database server
];
passthru.updateScript = nix-update-script { };
passthru.updateScript = unstableGitUpdater {
tagPrefix = "v";
};
meta = {
description = "FUOTA server which can be used together with ChirpStack Application Server";