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

gogdl: 1.1.0 -> 1.1.1
This commit is contained in:
Nick Cao 2024-07-23 15:49:55 -04:00 committed by GitHub
commit c1776a738b
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.1.0";
version = "1.1.1";
format = "pyproject";
src = fetchFromGitHub {
owner = "Heroic-Games-Launcher";
repo = "heroic-gogdl";
rev = "7c9a6f43043e04763d4b06d09f420bda2baa98ce";
hash = "sha256-9SJ/DjxqYmvaVxEGxhnalZkr9yZhEOb0AzXYPBfUss4=";
rev = "b1d9792f4b6c60382a88f09d03d6ed63afcc0310";
hash = "sha256-/J50pRbc3iua86HES/3RUIeamz/abh8wo0c/yegC4cM=";
};
disabled = pythonOlder "3.8";