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

gogdl: 1.0.1 -> 1.1.0
This commit is contained in:
Weijia Wang 2024-06-08 22:39:56 +02:00 committed by GitHub
commit 6a361fb708
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,14 +10,14 @@
buildPythonApplication rec {
pname = "gogdl";
version = "1.0.1";
version = "1.1.0";
format = "pyproject";
src = fetchFromGitHub {
owner = "Heroic-Games-Launcher";
repo = "heroic-gogdl";
rev = "10b4a19e0fbe9bc3db6b9ce3ea49fd17c9f1d37d";
hash = "sha256-po9To5WfT0L2j48Q84ygbbIqtTfXP9uQPrl4Uu+CWGk=";
rev = "7c9a6f43043e04763d4b06d09f420bda2baa98ce";
hash = "sha256-9SJ/DjxqYmvaVxEGxhnalZkr9yZhEOb0AzXYPBfUss4=";
};
disabled = pythonOlder "3.8";