gogdl: d2fa34b -> 89d15f1
Contains necessary fixes like Heroic-Games-Launcher/heroic-gogdl#37 and Heroic-Games-Launcher/heroic-gogdl#40
This commit is contained in:
parent
db9208ab98
commit
0a178670a3
1 changed files with 2 additions and 9 deletions
|
@ -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; {
|
||||
|
|
Loading…
Reference in a new issue