unciv: 4.5.15 -> 4.6.4-patch2

This commit is contained in:
R. Ryantm 2023-04-22 00:56:16 +00:00
parent 89d59988a7
commit ffac060d02

View file

@ -25,11 +25,11 @@ let
in
stdenv.mkDerivation rec {
pname = "unciv";
version = "4.5.15";
version = "4.6.4-patch2";
src = fetchurl {
url = "https://github.com/yairm210/Unciv/releases/download/${version}/Unciv.jar";
hash = "sha256-tZsWJ3Icd5c+NU0WK1wCz2+0fk5uL6frCEd+nc5VxpQ=";
hash = "sha256-LI0PfSQq90f4Ci4np5Z+JgfVgU2b380pSIqNIpm2UKQ=";
};
dontUnpack = true;