immich-go: skip pre-releases on update script (#458988)

This commit is contained in:
dotlambda
2025-11-06 03:27:40 +00:00
committed by GitHub

View File

@@ -55,7 +55,7 @@ buildGoModule rec {
];
passthru = {
updateScript = nix-update-script { };
updateScript = nix-update-script { extraArgs = [ "--use-github-releases" ]; };
tests.versionTest = testers.testVersion {
package = immich-go;
command = "immich-go --version";