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

unciv: 3.19.8 -> 3.19.12
This commit is contained in:
Artturi 2022-03-06 09:49:36 +02:00 committed by GitHub
commit 6f24db2d94
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.8";
version = "3.19.12";
src = fetchurl {
url = "https://github.com/yairm210/Unciv/releases/download/${version}/Unciv.jar";
sha256 = "sha256-ubMREVcislhkA3pzxuqI+HpBHq9vbMa8nyq0qhTh2x8=";
sha256 = "sha256-PALrOyaUYXyNH+QdE8oy1TM5U4SZjw1N0NJ2BKiqjtU=";
};
dontUnpack = true;