heroic: Remove broken updater

This commit is contained in:
Aidan Gauland 2023-06-01 18:06:10 +12:00
parent a94d9cdd5b
commit cda9f658ad
No known key found for this signature in database
GPG key ID: 16E68DD2D0E77C91

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";