unciv: 4.15.16 -> 4.16.5

This commit is contained in:
goatastronaut0212 2025-04-12 12:15:42 +07:00
parent 9663c3e85a
commit 77b7f52ce7

View file

@ -11,7 +11,7 @@
libXxf86vm, libXxf86vm,
}: }:
let let
version = "4.15.16"; version = "4.16.5";
desktopItem = makeDesktopItem { desktopItem = makeDesktopItem {
name = "unciv"; name = "unciv";
@ -42,7 +42,7 @@ stdenv.mkDerivation rec {
src = fetchurl { src = fetchurl {
url = "https://github.com/yairm210/Unciv/releases/download/${version}/Unciv.jar"; url = "https://github.com/yairm210/Unciv/releases/download/${version}/Unciv.jar";
hash = "sha256-dqnQJzA2OkIlcM7TORqnFyaA5CvQ+MmFOO5iH6My+Jo="; hash = "sha256-CMyZlQ5zXHxUExH7aMIJ4nreEPz8Y0eeJ5nnt267SqU=";
}; };
dontUnpack = true; dontUnpack = true;