about summary refs log tree commit diff
path: root/pkgs/games
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2024-01-03 19:10:59 +0100
committerGitHub <noreply@github.com>2024-01-03 19:10:59 +0100
commit38ce6560b7ed4cb6ceb31794ec22cc316d43890c (patch)
tree65e9333002e7c632e704e701bc43135e4d009d63 /pkgs/games
parentf330745be11bedd22dafb65c4cd6d781f21d5f10 (diff)
parent942050dfcf3f0ce49ba21fa4b74e0114d7f7e16b (diff)
Merge pull request #276538 from r-ryantm/auto-update/unciv
unciv: 4.9.6 -> 4.9.13
Diffstat (limited to 'pkgs/games')
-rw-r--r--pkgs/games/unciv/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/games/unciv/default.nix b/pkgs/games/unciv/default.nix
index 5a5d611371907..497954a093e0d 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.9.6";
+  version = "4.9.13";
 
   src = fetchurl {
     url = "https://github.com/yairm210/Unciv/releases/download/${version}/Unciv.jar";
-    hash = "sha256-YF8lnICqTyPJWD0BqJ7GUu+ywGhPOhNUUzTPIq4QpPM=";
+    hash = "sha256-AQHhqxnNTNArXYlqpNcUMDRVb/IAR3dCYue+y0wPAw8=";
   };
 
   dontUnpack = true;