unciv: 4.6.15 -> 4.6.19

This commit is contained in:
R. Ryantm 2023-06-13 00:45:09 +00:00
parent 0eeebd64de
commit d9abe6bc7c

View File

@ -25,11 +25,11 @@ let
in
stdenv.mkDerivation rec {
pname = "unciv";
version = "4.6.15";
version = "4.6.19";
src = fetchurl {
url = "https://github.com/yairm210/Unciv/releases/download/${version}/Unciv.jar";
hash = "sha256-69JEf5dG3Nf4CLT8eKfeo/8givyyxb9QpQSAZ2dG7TI=";
hash = "sha256-21Pge/b6pZ4csGVr2J0V6rwZGKBEEqEkuef+7imGtl4=";
};
dontUnpack = true;