unciv: 4.18.6 -> 4.18.7 (#454258)

This commit is contained in:
nixpkgs-merge-bot[bot]
2025-10-21 18:37:56 +00:00
committed by GitHub
+2 -2
View File
@@ -12,7 +12,7 @@
nix-update-script,
}:
let
version = "4.18.6";
version = "4.18.7";
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-UKm5lJ378AZ016To5eC6EpFFNfbINCeHZdUyv+MN0X4=";
hash = "sha256-bZzF8WUDw2rrF8Qi6PKBA9F5EUDZGwgXegcHDFgQxJY=";
};
dontUnpack = true;