about summary refs log tree commit diff
path: root/pkgs/games
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2023-08-13 16:38:14 +0200
committerGitHub <noreply@github.com>2023-08-13 16:38:14 +0200
commit2d75e9b4586be8f67ea59fcfa3962354f381c51d (patch)
tree3b1c188b38edb8326a2a1b53fa8f29ee07b130dd /pkgs/games
parent4ec18f8119d0dc9182fceba559d90ac30a971eb7 (diff)
parent0305a6950d54b457c45ffca4850c2dd68aaea663 (diff)
Merge pull request #248919 from r-ryantm/auto-update/unciv
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;