From cda9f658ad6259ec72f321c41e9169f03b5d82e0 Mon Sep 17 00:00:00 2001 From: Aidan Gauland Date: Thu, 1 Jun 2023 18:06:10 +1200 Subject: [PATCH] heroic: Remove broken updater --- pkgs/games/heroic/default.nix | 6 ------ 1 file changed, 6 deletions(-) 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";