unciv: 3.13.11 -> 3.13.11-patch2

This commit is contained in:
R. RyanTM 2021-03-30 19:45:30 +00:00 committed by tomberek
parent 2b5aed09ee
commit d4ad51086d

View file

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