armagetronad: 0.2.9.1.1 -> 0.2.9.2.3

This commit is contained in:
Morgan Jones 2024-03-20 19:46:04 -07:00
parent 4fb4d7a3b4
commit 24c913ddeb
No known key found for this signature in database
GPG Key ID: 52BAC54ED447974E
1 changed files with 2 additions and 3 deletions

View File

@ -41,9 +41,9 @@ let
# https://gitlab.com/armagetronad/armagetronad/-/tags
${latestVersionMajor} =
let
version = "${latestVersionMajor}.1.1";
version = "${latestVersionMajor}.2.3";
rev = "v${version}";
hash = "sha256-tvmKGqzH8IYTSeahc8XmN3RV+GdE5GsP8pAlwG8Ph3M=";
hash = "sha256-lfYJ3luGK9hB0aiiBiJIqq5ddANqGaVtKXckbo4fl2g=";
in dedicatedServer: {
inherit version;
src = fetchArmagetron rev hash;
@ -183,7 +183,6 @@ let
inherit mainProgram;
homepage = "https://www.armagetronad.org";
description = "A multiplayer networked arcade racing game in 3D similar to Tron";
mainProgram = "armagetronad-dedicated";
maintainers = with maintainers; [ numinit ];
license = licenses.gpl2Plus;
platforms = platforms.linux;