about summary refs log tree commit diff
path: root/pkgs/games/unciv
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-02-15 04:50:49 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-02-15 04:50:49 +0000
commit343fcd311002197e786ee79d7257c356f1890367 (patch)
tree9a8b52f3950aa9a8b8d845a6415112fc364b433e /pkgs/games/unciv
parenta31699dce9a2d5b432a41a7499e088240d1086c8 (diff)
unciv: 3.19.7 -> 3.19.8
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 dd9e1c827c46f..b6085fdce3911 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 = "3.19.7";
+  version = "3.19.8";
 
   src = fetchurl {
     url = "https://github.com/yairm210/Unciv/releases/download/${version}/Unciv.jar";
-    sha256 = "sha256-I6qU/qojUjwCQf7DLoeUwoYROo4N5SEtWCs1DazaZXw=";
+    sha256 = "sha256-ubMREVcislhkA3pzxuqI+HpBHq9vbMa8nyq0qhTh2x8=";
   };
 
   dontUnpack = true;