Merge pull request #224787 from r-ryantm/auto-update/unciv

unciv: 4.5.13 -> 4.5.15
This commit is contained in:
Weijia Wang 2023-04-05 15:59:27 +03:00 committed by GitHub
commit 09264ee361
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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;