unciv: 4.4.19 -> 4.5.1

This commit is contained in:
R. Ryantm 2023-02-28 15:55:15 +00:00
parent 6290a4f91a
commit 78e3d43ba4

View File

@ -25,11 +25,11 @@ let
in
stdenv.mkDerivation rec {
pname = "unciv";
version = "4.4.19";
version = "4.5.1";
src = fetchurl {
url = "https://github.com/yairm210/Unciv/releases/download/${version}/Unciv.jar";
hash = "sha256-+f/cl+a8AQ4VUui8ds8PhY9G9Xkag+qv7FuansXRd34=";
hash = "sha256-bghFcLwfEonsBjB9Erhib45soR2UIOr4cYz5ROUOTFo=";
};
dontUnpack = true;