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

unciv: 3.12.14 -> 3.13.7-patch2
This commit is contained in:
Ryan Mulligan 2021-03-14 08:02:36 -07:00 committed by GitHub
commit 87a34c40ed
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 = "3.12.14";
version = "3.13.7-patch2";
src = fetchurl {
url = "https://github.com/yairm210/Unciv/releases/download/${version}/Unciv.jar";
sha256 = "sha256-FE6oPtEerjVusK3fpxLwcpvKjIAQl6oCrBj8GIkuVwU=";
sha256 = "sha256-5QYUYTnRblWWLYnhR1DBzoAt4d9EiYeXhzJRODmDHUA=";
};
dontUnpack = true;