about summary refs log tree commit diff
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2023-03-24 08:46:01 +0200
committerGitHub <noreply@github.com>2023-03-24 08:46:01 +0200
commitbc3bbfa2bc374cf490ba573f217b7e4f8a5f9ccd (patch)
treede3d9d4c5ac95464072d5c3a6243a8dac9decbc6
parent79655071a0fe7e1a417cbb54f5805f76e3cca5b3 (diff)
parent4a7db5979478060b3a6dbd320d61be226e024ec8 (diff)
Merge pull request #222828 from r-ryantm/auto-update/unciv
unciv: 4.5.9 -> 4.5.10
-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 6aa2fe6312bb9..f0ec6ab30f01a 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.9";
+  version = "4.5.10";
 
   src = fetchurl {
     url = "https://github.com/yairm210/Unciv/releases/download/${version}/Unciv.jar";
-    hash = "sha256-sDrVGQeyhMHurbmdqWBUDepJmdPYajiSrpqvts2view=";
+    hash = "sha256-vV0Ux1TWwDlgDzQyIalMRcktP3SYP2RPacTIY9VV0W8=";
   };
 
   dontUnpack = true;