unciv: 4.5.5 -> 4.5.8

This commit is contained in:
R. Ryantm 2023-03-16 02:26:16 +00:00
parent 4121483085
commit 84f5036641

View File

@ -25,11 +25,11 @@ let
in
stdenv.mkDerivation rec {
pname = "unciv";
version = "4.5.5";
version = "4.5.8";
src = fetchurl {
url = "https://github.com/yairm210/Unciv/releases/download/${version}/Unciv.jar";
hash = "sha256-m7wyWxTKXrxJUtUpG2Dwg4s91TBbE0eFNAyDhS98ggo=";
hash = "sha256-bVVu7imSej3ApSTpmrD3fzZCgOHyXvJQySd6d+FYILA=";
};
dontUnpack = true;