unciv: 4.7.6-patch1 -> 4.7.8-patch1

This commit is contained in:
R. Ryantm 2023-07-15 19:01:54 +00:00
parent 2a22bb7087
commit 1d6af5dde1

View file

@ -25,11 +25,11 @@ let
in
stdenv.mkDerivation rec {
pname = "unciv";
version = "4.7.6-patch1";
version = "4.7.8-patch1";
src = fetchurl {
url = "https://github.com/yairm210/Unciv/releases/download/${version}/Unciv.jar";
hash = "sha256-+h9SD4uTWCHA9DQy6QbmBe+wJpGhJrUi9pFVlZLSITc=";
hash = "sha256-y4mCv4bSz9hMGt/ZAAjbhF1tBy4l3r3GMi0jJr3mnVc=";
};
dontUnpack = true;