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

unciv: 4.9.6 -> 4.9.13
This commit is contained in:
Weijia Wang 2024-01-03 19:10:59 +01:00 committed by GitHub
commit 38ce6560b7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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