gogdl: 1.0.0 -> 1.0.1
This commit is contained in:
parent
fd643e9c97
commit
302e1b3b41
1 changed files with 3 additions and 3 deletions
|
@ -11,14 +11,14 @@
|
|||
|
||||
buildPythonApplication rec {
|
||||
pname = "gogdl";
|
||||
version = "1.0.0";
|
||||
version = "1.0.1";
|
||||
format = "pyproject";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "Heroic-Games-Launcher";
|
||||
repo = "heroic-gogdl";
|
||||
rev = "e1c3e5b98feda53ea88f54f9aa5c614ae9424ef0";
|
||||
hash = "sha256-MGxpWfDGchZruVmSiea5s1JQV23F9QvQLWrxPmIsBEo=";
|
||||
rev = "10b4a19e0fbe9bc3db6b9ce3ea49fd17c9f1d37d";
|
||||
hash = "sha256-po9To5WfT0L2j48Q84ygbbIqtTfXP9uQPrl4Uu+CWGk=";
|
||||
};
|
||||
|
||||
disabled = pythonOlder "3.8";
|
||||
|
|
Loading…
Reference in a new issue