wipeout-rewrite: Add passthru.updateScript
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
stdenv,
|
||||
lib,
|
||||
fetchFromGitHub,
|
||||
unstableGitUpdater,
|
||||
makeWrapper,
|
||||
Foundation,
|
||||
glew,
|
||||
@@ -63,6 +64,8 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
runHook postInstall
|
||||
'';
|
||||
|
||||
passthru.updateScript = unstableGitUpdater { };
|
||||
|
||||
meta = {
|
||||
mainProgram = "wipegame";
|
||||
description = "Re-implementation of the 1995 PSX game wipEout";
|
||||
|
||||
Reference in New Issue
Block a user