immich-go: skip pre-releases on update script (#458988)
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user