heroic: Remove broken updater

This commit is contained in:
Aidan Gauland
2023-06-01 18:06:10 +12:00
parent a94d9cdd5b
commit cda9f658ad
-6
View File
@@ -2,8 +2,6 @@
, stdenv
, fetchFromGitHub
, fetchYarnDeps
, fetchpatch
, gitUpdater
, yarn
, fixup_yarn_lock
, nodejs
@@ -102,10 +100,6 @@ in stdenv.mkDerivation rec {
runHook postInstall
'';
passthru.updateScript = gitUpdater {
rev-prefix = "v";
};
meta = with lib; {
description = "A Native GOG and Epic Games Launcher for Linux, Windows and Mac";
homepage = "https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher";