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

unciv: 4.6.15 -> 4.6.19
This commit is contained in:
Weijia Wang 2023-06-14 10:13:47 +03:00 committed by GitHub
commit ae131e9bf0
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.6.15";
version = "4.6.19";
src = fetchurl {
url = "https://github.com/yairm210/Unciv/releases/download/${version}/Unciv.jar";
hash = "sha256-69JEf5dG3Nf4CLT8eKfeo/8givyyxb9QpQSAZ2dG7TI=";
hash = "sha256-21Pge/b6pZ4csGVr2J0V6rwZGKBEEqEkuef+7imGtl4=";
};
dontUnpack = true;