unciv: 4.2.11 -> 4.2.13

This commit is contained in:
R. Ryantm 2022-10-14 03:59:26 +00:00 committed by Bobby Rong
parent 870ac6b24d
commit 5a61f4450b

View File

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