unciv: 4.15.16 -> 4.16.5

This commit is contained in:
goatastronaut0212
2025-04-24 08:18:40 +07:00
parent 9663c3e85a
commit 77b7f52ce7
+2 -2
View File
@@ -11,7 +11,7 @@
libXxf86vm,
}:
let
version = "4.15.16";
version = "4.16.5";
desktopItem = makeDesktopItem {
name = "unciv";
@@ -42,7 +42,7 @@ stdenv.mkDerivation rec {
src = fetchurl {
url = "https://github.com/yairm210/Unciv/releases/download/${version}/Unciv.jar";
hash = "sha256-dqnQJzA2OkIlcM7TORqnFyaA5CvQ+MmFOO5iH6My+Jo=";
hash = "sha256-CMyZlQ5zXHxUExH7aMIJ4nreEPz8Y0eeJ5nnt267SqU=";
};
dontUnpack = true;