Merge pull request #335552 from mesflit/patch-1

unciv: 4.11.17 -> 4.13.0-patch1
This commit is contained in:
Weijia Wang 2024-08-18 14:57:48 +02:00 committed by GitHub
commit eb0687b69b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -20,7 +20,7 @@ let
};
desktopIcon = fetchurl {
url = "https://github.com/yairm210/Unciv/blob/4.11.16/extraImages/Icons/Unciv%20icon%20v6.png?raw=true";
url = "https://github.com/yairm210/Unciv/blob/4.13.0-patch1/extraImages/Icons/Unciv%20icon%20v6.png?raw=true";
hash = "sha256-Zuz+HGfxjGviGBKTiHdIFXF8UMRLEIfM8f+LIB/xonk=";
};
@ -33,11 +33,11 @@ let
in
stdenv.mkDerivation rec {
pname = "unciv";
version = "4.11.17";
version = "4.13.0-patch1";
src = fetchurl {
url = "https://github.com/yairm210/Unciv/releases/download/${version}/Unciv.jar";
hash = "sha256-qKLRn9QmB8lZv8vGGX8JS72IRLEDJV5Zj1MVsPr+iSI=";
hash = "sha256-bZXBgSjmW+fBdDfG7cqKkF4VLYw7Iq2mw5j6iDh2ZhY=";
};
dontUnpack = true;