about summary refs log tree commit diff
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2023-07-16 00:48:31 +0200
committerGitHub <noreply@github.com>2023-07-16 00:48:31 +0200
commit25488b9e6e77178a68d6529adb892e7a684e429c (patch)
treeaa0c10cf1e4b56d11c7c69fa786c6997f43e5b88
parentce0e1c986fd212100bbf5d70ffee901b74958bbe (diff)
parent1d6af5dde1aaf79650af9ab4a20a9c44dd55570e (diff)
Merge pull request #243700 from r-ryantm/auto-update/unciv
unciv: 4.7.6-patch1 -> 4.7.8-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 79d4cf788acb6..f9808bebb65e3 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.6-patch1";
+  version = "4.7.8-patch1";
 
   src = fetchurl {
     url = "https://github.com/yairm210/Unciv/releases/download/${version}/Unciv.jar";
-    hash = "sha256-+h9SD4uTWCHA9DQy6QbmBe+wJpGhJrUi9pFVlZLSITc=";
+    hash = "sha256-y4mCv4bSz9hMGt/ZAAjbhF1tBy4l3r3GMi0jJr3mnVc=";
   };
 
   dontUnpack = true;