Unverified Commit 1fe2a9eb authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #254654 from melvyn2/patch-3

gogdl: d2fa34b -> 89d15f1
parents 725db349 0a178670
Loading
Loading
Loading
Loading
+2 −9
Original line number Diff line number Diff line
@@ -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; {