lol

Merge pull request #254654 from melvyn2/patch-3

gogdl: d2fa34b -> 89d15f1

authored by

Mario Rodas and committed by
GitHub
1fe2a9eb 725db349

+2 -9
+2 -9
pkgs/games/gogdl/default.nix
··· 17 17 src = fetchFromGitHub { 18 18 owner = "Heroic-Games-Launcher"; 19 19 repo = "heroic-gogdl"; 20 - rev = "d2fa34bfba7beb2ecc0e3fc70a657f2c612c8a10"; 21 - hash = "sha256-YCqtfY49lDg6sLrF/INOZVD9cMCwvejhySzUWrxHKAw="; 20 + rev = "89d15f1593cc26f15a5f8f409bb623764c095d37"; 21 + hash = "sha256-EECpXGVhcwihKB8fLObVvYzFD8uh7CxYKtFiGc0Jqbk="; 22 22 }; 23 23 24 24 disabled = pythonOlder "3.8"; ··· 26 26 propagatedBuildInputs = [ 27 27 setuptools 28 28 requests 29 - ]; 30 - 31 - patches = [ 32 - (fetchpatch { 33 - url = "https://patch-diff.githubusercontent.com/raw/Heroic-Games-Launcher/heroic-gogdl/pull/37.patch"; 34 - hash = "sha256-oZLetPoWzsEDrL0Bh89HB4hTn70FTh8aXj9mKGr4Dqw="; 35 - }) 36 29 ]; 37 30 38 31 pythonImportsCheck = [ "gogdl" ];