unciv: 4.9.6 -> 4.9.13

This commit is contained in:
R. Ryantm 2023-12-30 19:34:29 +00:00
parent 01962add7e
commit 942050dfcf

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;