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

unciv: 4.3.1 -> 4.4.3
This commit is contained in:
Weijia Wang 2023-01-23 07:27:06 +01:00 committed by GitHub
commit 1b105b282b
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.3.1";
version = "4.4.3";
src = fetchurl {
url = "https://github.com/yairm210/Unciv/releases/download/${version}/Unciv.jar";
sha256 = "sha256-qgjMQSkSYp/Tk9Acr21Nd5gLq9JLmEYsfSC+Ia362+c=";
sha256 = "sha256-oPZdQEfWgVo4M0WDhKfDDB4GqnzQEM8x79FSa3jC+U0=";
};
dontUnpack = true;