about summary refs log tree commit diff
path: root/pkgs/games/gogdl
diff options
context:
space:
mode:
authorMelvyn <melvyn2@brcok.tk>2023-09-11 19:42:40 -0700
committermelvyn2 <melvyn2@brcok.tk>2023-09-12 10:35:11 -0700
commit0a178670a38856c75fe6b744690a02703063b6e2 (patch)
tree92fbc7385b6daf785a4b332ad5b8e758f10a84bf /pkgs/games/gogdl
parentdb9208ab987cdeeedf78ad9b4cf3c55f5ebd269b (diff)
gogdl: d2fa34b -> 89d15f1
Contains necessary fixes like Heroic-Games-Launcher/heroic-gogdl#37 and Heroic-Games-Launcher/heroic-gogdl#40
Diffstat (limited to 'pkgs/games/gogdl')
-rw-r--r--pkgs/games/gogdl/default.nix11
1 files changed, 2 insertions, 9 deletions
diff --git a/pkgs/games/gogdl/default.nix b/pkgs/games/gogdl/default.nix
index a6b41e7bd645e..d5b3d0a5a5444 100644
--- a/pkgs/games/gogdl/default.nix
+++ b/pkgs/games/gogdl/default.nix
@@ -17,8 +17,8 @@ buildPythonApplication rec {
   src = fetchFromGitHub {
     owner = "Heroic-Games-Launcher";
     repo = "heroic-gogdl";
-    rev = "d2fa34bfba7beb2ecc0e3fc70a657f2c612c8a10";
-    hash = "sha256-YCqtfY49lDg6sLrF/INOZVD9cMCwvejhySzUWrxHKAw=";
+    rev = "89d15f1593cc26f15a5f8f409bb623764c095d37";
+    hash = "sha256-EECpXGVhcwihKB8fLObVvYzFD8uh7CxYKtFiGc0Jqbk=";
   };
 
   disabled = pythonOlder "3.8";
@@ -28,13 +28,6 @@ buildPythonApplication rec {
     requests
   ];
 
-  patches = [
-    (fetchpatch {
-      url = "https://patch-diff.githubusercontent.com/raw/Heroic-Games-Launcher/heroic-gogdl/pull/37.patch";
-      hash = "sha256-oZLetPoWzsEDrL0Bh89HB4hTn70FTh8aXj9mKGr4Dqw=";
-    })
-  ];
-
   pythonImportsCheck = [ "gogdl" ];
 
   meta = with lib; {