diff --git a/pkgs/games/heroic/default.nix b/pkgs/games/heroic/default.nix index 22913264f3c7..7b4a94a7831f 100644 --- a/pkgs/games/heroic/default.nix +++ b/pkgs/games/heroic/default.nix @@ -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";