unciv: 4.5.13 -> 4.5.15

This commit is contained in:
R. Ryantm 2023-04-05 07:42:32 +00:00
parent df646dfcac
commit 19b62c5b4b

View File

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