Merge pull request #290361 from r-ryantm/auto-update/gogdl

gogdl: 1.0.0 -> 1.0.1
This commit is contained in:
Mario Rodas
2024-02-21 05:01:00 -05:00
committed by GitHub
+3 -3
View File
@@ -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";