unciv: 3.13.11-patch2 -> 3.13.12-patch1

This commit is contained in:
R. RyanTM 2021-04-05 06:58:37 +00:00 committed by tomberek
parent 1a99af2ca5
commit 2e1520d479

View file

@ -25,11 +25,11 @@ let
in
stdenv.mkDerivation rec {
pname = "unciv";
version = "3.13.11-patch2";
version = "3.13.12-patch1";
src = fetchurl {
url = "https://github.com/yairm210/Unciv/releases/download/${version}/Unciv.jar";
sha256 = "sha256-UN/M1G36nYy1mhKz0xA3/oZ8hWrkyeXWm9dMxL9PSDo=";
sha256 = "sha256-SgDfa3henwUb+oKybFJhvo1GkmC24wWz3U78etk+Dsk=";
};
dontUnpack = true;