summary refs log tree commit diff
path: root/pkgs/games/unciv
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-04-25 22:53:22 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-04-25 22:53:22 +0000
commit89c1ba29baa41ec6bc96982eef0b34231256b35d (patch)
treebc9d5da0314c2fcf0f8b4930f86460188e332073 /pkgs/games/unciv
parent5167d6f405c450221daf839c02393a81145490b5 (diff)
unciv: 4.6.4-patch2 -> 4.6.5
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 1a827686eee66..40051485bbcf2 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.4-patch2";
+  version = "4.6.5";
 
   src = fetchurl {
     url = "https://github.com/yairm210/Unciv/releases/download/${version}/Unciv.jar";
-    hash = "sha256-LI0PfSQq90f4Ci4np5Z+JgfVgU2b380pSIqNIpm2UKQ=";
+    hash = "sha256-+PXRNVLGCJmxIZSwuuRA4f1v0AxxPYesxby/wEOWR8Q=";
   };
 
   dontUnpack = true;