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

View file

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