Unverified Commit b15b768e authored by dotlambda's avatar dotlambda Committed by GitHub
Browse files

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

parents 620ba366 310161f7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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";