unciv: 4.17.6 -> 4.18.4

This commit is contained in:
nguyennguyenkhang2511
2025-10-06 19:29:19 +07:00
parent 0553474733
commit 21c7e878e2
+2 -2
View File
@@ -11,7 +11,7 @@
libXxf86vm,
}:
let
version = "4.17.6";
version = "4.18.4";
desktopItem = makeDesktopItem {
name = "unciv";
@@ -41,7 +41,7 @@ stdenv.mkDerivation rec {
src = fetchurl {
url = "https://github.com/yairm210/Unciv/releases/download/${version}/Unciv.jar";
hash = "sha256-J3OewOILoZD18y5xSjbhhlBBJz6zX3h1gtH4KYO6+Rk=";
hash = "sha256-xF9Y6pil7UZzrN0k/2qZ/FKSj7WudRwF3u167Sz3RyA=";
};
dontUnpack = true;