about summary refs log tree commit diff
path: root/pkgs/games
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2022-02-19 15:23:29 -0500
committerGitHub <noreply@github.com>2022-02-19 15:23:29 -0500
commit687afd247cdc8c6c951660e9c99dcd4af5ae09dc (patch)
tree58b002f3cd5f4134cc1d3368258ebf311c81d1d4 /pkgs/games
parent31cbfd9a002dbfb2d7fe823f0118c81f0257a5f2 (diff)
parent343fcd311002197e786ee79d7257c356f1890367 (diff)
downloadnixlib-687afd247cdc8c6c951660e9c99dcd4af5ae09dc.tar
nixlib-687afd247cdc8c6c951660e9c99dcd4af5ae09dc.tar.gz
nixlib-687afd247cdc8c6c951660e9c99dcd4af5ae09dc.tar.bz2
nixlib-687afd247cdc8c6c951660e9c99dcd4af5ae09dc.tar.lz
nixlib-687afd247cdc8c6c951660e9c99dcd4af5ae09dc.tar.xz
nixlib-687afd247cdc8c6c951660e9c99dcd4af5ae09dc.tar.zst
nixlib-687afd247cdc8c6c951660e9c99dcd4af5ae09dc.zip
Merge pull request #160096 from r-ryantm/auto-update/unciv
unciv: 3.19.7 -> 3.19.8
Diffstat (limited to 'pkgs/games')
-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 dd9e1c827c46..b6085fdce391 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;