unciv: 4.18.10 -> 4.18.11

This commit is contained in:
R. Ryantm
2025-10-30 22:31:29 +00:00
parent 7b3f19da81
commit a04b6c7acd

View File

@@ -12,7 +12,7 @@
nix-update-script,
}:
let
version = "4.18.10";
version = "4.18.11";
desktopItem = makeDesktopItem {
name = "unciv";
@@ -42,7 +42,7 @@ stdenv.mkDerivation rec {
src = fetchurl {
url = "https://github.com/yairm210/Unciv/releases/download/${version}/Unciv.jar";
hash = "sha256-8gp4h+fKK+gmwL8OnmfKb5pmO4mehClu8FeQe2KJiDk=";
hash = "sha256-k6jIvJvEfLgcYexpzjg7GFGGw9HhFGnhdShEX6zUxiQ=";
};
dontUnpack = true;