From 21c7e878e2ff87f807ea3d76a6068a2654eec0fb Mon Sep 17 00:00:00 2001 From: nguyennguyenkhang2511 Date: Wed, 24 Sep 2025 21:58:28 +0700 Subject: [PATCH] unciv: 4.17.6 -> 4.18.4 --- pkgs/by-name/un/unciv/package.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/by-name/un/unciv/package.nix b/pkgs/by-name/un/unciv/package.nix index 1fc8aeedb372..536e668f3612 100644 --- a/pkgs/by-name/un/unciv/package.nix +++ b/pkgs/by-name/un/unciv/package.nix @@ -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;