mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
chirpstack-fuota-server: fix update script
This commit is contained in:
parent
27299af9e6
commit
2096110ca6
1 changed files with 4 additions and 2 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue