luanti: avoid rc releases

Last update was accepting all but -android.
Might need to provide a regex to avoid -android releases
but haven't had one for a while.
This commit is contained in:
06kellyjac
2025-10-03 13:33:16 +01:00
parent cc1003a2ce
commit f226584a02
+3 -5
View File
@@ -2,7 +2,6 @@
lib,
stdenv,
fetchFromGitHub,
gitUpdater,
substitute,
cmake,
coreutils,
@@ -35,6 +34,8 @@
buildServer ? true,
SDL2,
useSDL2 ? true,
nix-update-script,
}:
stdenv.mkDerivation (finalAttrs: {
@@ -141,10 +142,7 @@ stdenv.mkDerivation (finalAttrs: {
doCheck = true;
passthru.updateScript = gitUpdater {
allowedVersions = "\\.";
ignoredVersions = "-android$";
};
passthru.updateScript = nix-update-script { };
meta = with lib; {
homepage = "https://www.luanti.org/";