about summary refs log tree commit diff
path: root/pkgs/games
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-08-13 13:10:34 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-08-13 13:10:34 +0000
commit0305a6950d54b457c45ffca4850c2dd68aaea663 (patch)
treefaf82111789036b5e01327d4ade1240ee5c431e8 /pkgs/games
parentec88b0d0801676ac73eabf59505482ba22755225 (diff)
unciv: 4.7.11 -> 4.7.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 e0cf519acccba..d5a884a01381c 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.7.11";
+  version = "4.7.13";
 
   src = fetchurl {
     url = "https://github.com/yairm210/Unciv/releases/download/${version}/Unciv.jar";
-    hash = "sha256-1QMfGONaw6XX3F2bo5tBghJbnii7z6RE+ZuanIGUF8Q=";
+    hash = "sha256-KvRDPu2FZY+iZ2vNi/tly/7/Tpg/EN8jHTKizYV5jeY=";
   };
 
   dontUnpack = true;