about summary refs log tree commit diff
path: root/pkgs/games
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2021-02-08 20:09:26 -0500
committerGitHub <noreply@github.com>2021-02-08 20:09:26 -0500
commit6edcc3fb2db10344b6fd517f95440677fc521b62 (patch)
tree8bc2df7ea3f7a6e775301458f7d4d81a9abd4f5f /pkgs/games
parent4d0f64b9e9c6056993e6fcf6e99fed5266a1beda (diff)
parent8cce78f067b74f10b655c6dde6562844a508c335 (diff)
Merge pull request #112240 from r-ryantm/auto-update/unciv
unciv: 3.12.8 -> 3.12.12
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 917cf328e7ed8..af3740ae926c9 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.12.8";
+  version = "3.12.12";
 
   src = fetchurl {
     url = "https://github.com/yairm210/Unciv/releases/download/${version}/Unciv.jar";
-    sha256 = "178lasa6ahwg2s2hamm13yysg42qm13v6a9pgs6nm66np93nskc7";
+    sha256 = "sha256-C5Mhn4v0dCAVGuYxi/3YMQKGUBkdBBXYGfsM1heJkQg=";
   };
 
   dontUnpack = true;