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

unciv: 3.19.12 -> 3.19.14
This commit is contained in:
Lassulus 2022-04-20 13:53:22 +01:00 committed by GitHub
commit a9f838bd82
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.19.12";
version = "3.19.14";
src = fetchurl {
url = "https://github.com/yairm210/Unciv/releases/download/${version}/Unciv.jar";
sha256 = "sha256-PALrOyaUYXyNH+QdE8oy1TM5U4SZjw1N0NJ2BKiqjtU=";
sha256 = "sha256-Q0OiXjqZ6RmQg3Ob6k4NjaHsc+K50a0bAGBaaaUcP3I=";
};
dontUnpack = true;