unciv: 4.2.13 -> 4.2.16

This commit is contained in:
R. Ryantm 2022-10-30 08:05:55 +00:00 committed by Bobby Rong
parent 0e8841121f
commit 34e17488ab

View File

@ -25,11 +25,11 @@ let
in
stdenv.mkDerivation rec {
pname = "unciv";
version = "4.2.13";
version = "4.2.16";
src = fetchurl {
url = "https://github.com/yairm210/Unciv/releases/download/${version}/Unciv.jar";
sha256 = "sha256-xYYuToo+19qaVyWFKrgjsqVs78rHdX/hyZ/nXYlPFMU=";
sha256 = "sha256-AViMFK3MwDbd+N1ycqcMAzzCVudnU/kZWcsqr5Wx31k=";
};
dontUnpack = true;