summary refs log tree commit diff
path: root/pkgs/games/unciv
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-03-19 06:39:27 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-03-19 06:39:27 +0000
commit11ee54c22af3e440523a39eab78e980847010a3d (patch)
tree164412798387f628a2b546393c535ed1376bd5f2 /pkgs/games/unciv
parentd3840956451bc76c9e81134b2af21844ddac0ef3 (diff)
unciv: 4.5.8 -> 4.5.9
Diffstat (limited to 'pkgs/games/unciv')
-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 193bab3ded81c..6aa2fe6312bb9 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.5.8";
+  version = "4.5.9";
 
   src = fetchurl {
     url = "https://github.com/yairm210/Unciv/releases/download/${version}/Unciv.jar";
-    hash = "sha256-bVVu7imSej3ApSTpmrD3fzZCgOHyXvJQySd6d+FYILA=";
+    hash = "sha256-sDrVGQeyhMHurbmdqWBUDepJmdPYajiSrpqvts2view=";
   };
 
   dontUnpack = true;