about summary refs log tree commit diff
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2023-05-27 16:17:35 +0300
committerGitHub <noreply@github.com>2023-05-27 16:17:35 +0300
commitef39dca2f2b8eb9e4c1825ae5bcbd0de7748ff8c (patch)
treeaa8ec995cc8499de35d0ee597cec41f08aa08c97
parenta619e7a40abb82b3c02e2e5a1014e2c72854aca8 (diff)
parent527049b1c101816f71e27889666336843e70ffd9 (diff)
Merge pull request #234417 from r-ryantm/auto-update/unciv
unciv: 4.6.13 -> 4.6.14-patch1
-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 ee13a1a1e35a1..1042060c171c1 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.13";
+  version = "4.6.14-patch1";
 
   src = fetchurl {
     url = "https://github.com/yairm210/Unciv/releases/download/${version}/Unciv.jar";
-    hash = "sha256-CNtaaMvBXJ6Fl5FJIWva5nAs/zniPA2rcfcf+RegymY=";
+    hash = "sha256-CVwME8lvRjJ0ugps0lcO8FRk8AsFYs8w0oGNAB9TCnM=";
   };
 
   dontUnpack = true;