Unverified Commit 935138b1 authored by Franz Pletz's avatar Franz Pletz Committed by GitHub
Browse files

luanti: avoid rc releases (#448224)

parents f7afea48 f226584a
Loading
Loading
Loading
Loading
+3 −5
Original line number Diff line number Diff line
@@ -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/";