about summary refs log tree commit diff
path: root/pkgs/by-name/un/unciv/package.nix
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2024-04-13 18:35:05 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2024-04-13 18:35:05 +0000
commitfe77b88406ac0b7950fc55c25c113821eab72a95 (patch)
tree8bd41c5b3e27085f24527a1bbf577508da01c543 /pkgs/by-name/un/unciv/package.nix
parent2065840153b11a15d8f47959c82ce2ada4458df8 (diff)
unciv: 4.11.2 -> 4.11.4
Diffstat (limited to 'pkgs/by-name/un/unciv/package.nix')
-rw-r--r--pkgs/by-name/un/unciv/package.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/by-name/un/unciv/package.nix b/pkgs/by-name/un/unciv/package.nix
index 5a256c31bf6a6..b73b58113728c 100644
--- a/pkgs/by-name/un/unciv/package.nix
+++ b/pkgs/by-name/un/unciv/package.nix
@@ -27,11 +27,11 @@ let
 in
 stdenv.mkDerivation rec {
   pname = "unciv";
-  version = "4.11.2";
+  version = "4.11.4";
 
   src = fetchurl {
     url = "https://github.com/yairm210/Unciv/releases/download/${version}/Unciv.jar";
-    hash = "sha256-ZUDfJf+FgIX8gRoZYlYAJhpLwNWp3MCKEQOSQGQ88T8=";
+    hash = "sha256-QqnM1kTXHHpf8l99J8ydIjTkl/LetijzIJgLYt6OaRA=";
   };
 
   dontUnpack = true;