about summary refs log tree commit diff
path: root/pkgs/games/unciv
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2023-02-07 13:09:02 +0100
committerWeijia Wang <9713184+wegank@users.noreply.github.com>2023-02-07 13:09:02 +0100
commitf79ffab8e43f867a36831dfc21da9df91800300b (patch)
tree57207bddb5c22c28e95ded8108eed159c66bb765 /pkgs/games/unciv
parentfc7d50650639c13f6ed2df381da4f71f61159ee0 (diff)
unciv: 4.4.9 -> 4.4.11
Diffstat (limited to 'pkgs/games/unciv')
-rw-r--r--pkgs/games/unciv/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/games/unciv/default.nix b/pkgs/games/unciv/default.nix
index 09d2d52874e29..97976f9d66f21 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.4.9";
+  version = "4.4.11";
 
   src = fetchurl {
     url = "https://github.com/yairm210/Unciv/releases/download/${version}/Unciv.jar";
-    sha256 = "sha256-8OoQgiMrjYPlEjvm/9m7YkMaKyGBtNBkGavjACwY/00=";
+    hash = "sha256-UvTEqptA9Dp1wdri12sAYDB6rjiZCvk2tiG5i0AWU78=";
   };
 
   dontUnpack = true;
@@ -55,6 +55,6 @@ stdenv.mkDerivation rec {
     maintainers = with maintainers; [ tex ];
     sourceProvenance = with sourceTypes; [ binaryBytecode ];
     license = licenses.mpl20;
-    platforms = [ "x86_64-linux" ];
+    platforms = platforms.all;
   };
 }