Merge pull request #282138 from r-ryantm/auto-update/unciv

unciv: 4.9.13 -> 4.9.19
This commit is contained in:
Weijia Wang 2024-01-20 18:54:50 +01:00 committed by GitHub
commit 9bebc6b7cb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -25,11 +25,11 @@ let
in
stdenv.mkDerivation rec {
pname = "unciv";
version = "4.9.13";
version = "4.9.19";
src = fetchurl {
url = "https://github.com/yairm210/Unciv/releases/download/${version}/Unciv.jar";
hash = "sha256-AQHhqxnNTNArXYlqpNcUMDRVb/IAR3dCYue+y0wPAw8=";
hash = "sha256-C591QKk36v4GAO2oXLOHE4B2RpOObtriN6EPC+xXKnc=";
};
dontUnpack = true;