Unverified Commit 310161f7 authored by Diogo Correia's avatar Diogo Correia
Browse files

immich-go: skip pre-releases on update script

Uses the `--use-github-releases` which correctly filters out
pre-releases. [1]

[1]: https://github.com/Mic92/nix-update/pull/403
parent cb0ac8dd
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";