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

unciv: 4.5.2 -> 4.5.5
This commit is contained in:
Weijia Wang 2023-03-11 19:43:51 +02:00 committed by GitHub
commit 58e706ad00
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.2";
version = "4.5.5";
src = fetchurl {
url = "https://github.com/yairm210/Unciv/releases/download/${version}/Unciv.jar";
hash = "sha256-HhMccVlpIJoGW3LLqg1clw+dWcRUVHwCgtrmBcOXFSE=";
hash = "sha256-m7wyWxTKXrxJUtUpG2Dwg4s91TBbE0eFNAyDhS98ggo=";
};
dontUnpack = true;