From bac076eb94a58bed33161e7bc9c8282a8942f04b Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Tue, 23 May 2023 10:49:20 +0000 Subject: [PATCH] unciv: 4.6.8 -> 4.6.13 --- pkgs/games/unciv/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/games/unciv/default.nix b/pkgs/games/unciv/default.nix index d5e6660304c..ee13a1a1e35 100644 --- a/pkgs/games/unciv/default.nix +++ b/pkgs/games/unciv/default.nix @@ -25,11 +25,11 @@ let in stdenv.mkDerivation rec { pname = "unciv"; - version = "4.6.8"; + version = "4.6.13"; src = fetchurl { url = "https://github.com/yairm210/Unciv/releases/download/${version}/Unciv.jar"; - hash = "sha256-ECj94r/0jEB9xzlX5A8q4jvOr92yRsTpD4IkxXMF2EM="; + hash = "sha256-CNtaaMvBXJ6Fl5FJIWva5nAs/zniPA2rcfcf+RegymY="; }; dontUnpack = true;