unciv: 3.12.14 -> 3.13.7-patch2

This commit is contained in:
R. RyanTM 2021-03-13 16:22:57 +00:00
parent d70c7d2388
commit 10042ddfd7
1 changed files with 2 additions and 2 deletions

View File

@ -25,11 +25,11 @@ let
in in
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "unciv"; pname = "unciv";
version = "3.12.14"; version = "3.13.7-patch2";
src = fetchurl { src = fetchurl {
url = "https://github.com/yairm210/Unciv/releases/download/${version}/Unciv.jar"; url = "https://github.com/yairm210/Unciv/releases/download/${version}/Unciv.jar";
sha256 = "sha256-FE6oPtEerjVusK3fpxLwcpvKjIAQl6oCrBj8GIkuVwU="; sha256 = "sha256-5QYUYTnRblWWLYnhR1DBzoAt4d9EiYeXhzJRODmDHUA=";
}; };
dontUnpack = true; dontUnpack = true;