warzone2100: add updateScript

This commit is contained in:
Francesco Gazzetta 2023-03-29 09:23:39 +02:00
parent 56206539ba
commit 27b7d334e4

View File

@ -31,6 +31,8 @@
, warzone2100
, nixosTests
, gitUpdater
, withVideos ? false
}:
@ -115,6 +117,10 @@ stdenv.mkDerivation rec {
nixosTest = nixosTests.warzone2100;
};
passthru.updateScript = gitUpdater {
url = "https://github.com/Warzone2100/warzone2100";
};
meta = with lib; {
description = "A free RTS game, originally developed by Pumpkin Studios";
longDescription = ''