unciv: 4.17.6 -> 4.18.4 (#445813)

This commit is contained in:
dish
2025-10-06 14:27:51 +00:00
committed by GitHub
+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;