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

unciv: 4.10.19 -> 4.10.21
This commit is contained in:
Weijia Wang 2024-03-30 18:23:21 +01:00 committed by GitHub
commit 22437035e7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -27,11 +27,11 @@ let
in
stdenv.mkDerivation rec {
pname = "unciv";
version = "4.10.19";
version = "4.10.21";
src = fetchurl {
url = "https://github.com/yairm210/Unciv/releases/download/${version}/Unciv.jar";
hash = "sha256-f9fg2Clz9CjoC8xzCguJ2A3Aczom+KjEyIlMJC2oS/o=";
hash = "sha256-JnuJbmKGqtEdFiMnA5RvCfdox2WTABwxNI3Zdk6wNU8=";
};
dontUnpack = true;