about summary refs log tree commit diff
path: root/pkgs/games/heroic
diff options
context:
space:
mode:
authorAidan Gauland <aidalgol@fastmail.net>2023-06-01 18:06:10 +1200
committerAidan Gauland <aidalgol@fastmail.net>2023-06-01 18:06:10 +1200
commitcda9f658ad6259ec72f321c41e9169f03b5d82e0 (patch)
treec85791e9127239b8484e7c9f0ab91e99e7b2f28f /pkgs/games/heroic
parenta94d9cdd5b8076ee33d6739b5893eab4e84466c6 (diff)
heroic: Remove broken updater
Diffstat (limited to 'pkgs/games/heroic')
-rw-r--r--pkgs/games/heroic/default.nix6
1 files changed, 0 insertions, 6 deletions
diff --git a/pkgs/games/heroic/default.nix b/pkgs/games/heroic/default.nix
index 22913264f3c73..7b4a94a7831fe 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";