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

unciv: 4.7.19 -> 4.8.0
This commit is contained in:
Weijia Wang 2023-09-05 16:09:57 +02:00 committed by GitHub
commit f67a4c3f12
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.7.19";
version = "4.8.0";
src = fetchurl {
url = "https://github.com/yairm210/Unciv/releases/download/${version}/Unciv.jar";
hash = "sha256-ABPaI7FivP1yl9q0Ne5L4ZJoTlDwHOz0gegtNRi0u2E=";
hash = "sha256-Mq6c8APLOYYKTIuBdkbscK43BSY5sWWqWlaR4KiXpwo=";
};
dontUnpack = true;