mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
armagetronad: 0.2.9.1.1 -> 0.2.9.2.3
This commit is contained in:
parent
4fb4d7a3b4
commit
24c913ddeb
1 changed files with 2 additions and 3 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue