unciv: 4.11.13 -> 4.11.16

This commit is contained in:
R. Ryantm 2024-06-01 08:29:19 +00:00
parent 66ded85976
commit 54a9521d32

View File

@ -27,11 +27,11 @@ let
in
stdenv.mkDerivation rec {
pname = "unciv";
version = "4.11.13";
version = "4.11.16";
src = fetchurl {
url = "https://github.com/yairm210/Unciv/releases/download/${version}/Unciv.jar";
hash = "sha256-8XuwG64YUcUOblOdrKI4FxSFzn9xjZPAEz05+7rR1Pk=";
hash = "sha256-hvWXqPT+GeMaBa7so0S1KjsH5fpnbcbEIWsq6KUbFTk=";
};
dontUnpack = true;