about summary refs log tree commit diff
path: root/pkgs/games
diff options
context:
space:
mode:
authorLassulus <github@lassul.us>2021-03-07 17:09:09 +0100
committerGitHub <noreply@github.com>2021-03-07 17:09:09 +0100
commitd865e4d6c62e03f759ac89f0ac2b5044336f77b8 (patch)
tree30d9a7b2debbb0d035ecda46460c18b5b047908c /pkgs/games
parentad051d44bd7bf121f657105dd0cef7c02fe06ce5 (diff)
parent8a5e196040845e14e36ee8642c9c1b64f4e4fece (diff)
Merge pull request #112841 from r-ryantm/auto-update/unciv
unciv: 3.12.13-patch1 -> 3.12.14
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 0f04ebfe4daf1..1632f7c41db81 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.13-patch1";
+  version = "3.12.14";
 
   src = fetchurl {
     url = "https://github.com/yairm210/Unciv/releases/download/${version}/Unciv.jar";
-    sha256 = "sha256-OwS1rn5mfU6cA6pvpp7Q407Kw2wBGvpqWmqlajgHtCI=";
+    sha256 = "sha256-FE6oPtEerjVusK3fpxLwcpvKjIAQl6oCrBj8GIkuVwU=";
   };
 
   dontUnpack = true;