lgogdownloader: 3.11 -> 3.12

This commit is contained in:
0x4A6F 2023-10-23 14:18:22 +02:00
parent 7c9cc5a6e5
commit 87ea53f7c9
No known key found for this signature in database
GPG Key ID: 8DEDBA5BE07080E1

View File

@ -22,13 +22,13 @@
stdenv.mkDerivation rec {
pname = "lgogdownloader";
version = "3.11";
version = "3.12";
src = fetchFromGitHub {
owner = "Sude-";
repo = "lgogdownloader";
rev = "v${version}";
hash = "sha256-zSAtQPgniI4hwhqiknP4zQAH6dhEmoAC1iF577ahnFU=";
hash = "sha256-IjZizO0HWDqtviY3TZ3AYYm5A0sU74YXjfFEtvQvv04=";
};
nativeBuildInputs = [