sparkle: skip pre-releases on update script (#498097)

This commit is contained in:
Sandro
2026-03-30 21:08:05 +00:00
committed by GitHub
+1 -1
View File
@@ -136,7 +136,7 @@ stdenvNoCC.mkDerivation (finalAttrs: {
})
];
passthru.updateScript = nix-update-script { };
passthru.updateScript = nix-update-script { extraArgs = [ "--use-github-releases" ]; };
meta = {
description = "Another Mihomo GUI";