unciv: 4.19.15 -> 4.20.10

This commit is contained in:
R. Ryantm
2026-06-01 05:32:31 +00:00
parent 501880c9da
commit 899d5beb16

View File

@@ -12,7 +12,7 @@
nix-update-script,
}:
let
version = "4.19.15";
version = "4.20.10";
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-RlKoiSxW0MPPFTDq72k6CvYTHIEZ0hR8/PhW0j8ERs8=";
hash = "sha256-amAdOVNENwx7E62qBHUnHLC7a6nUMLdzcyxEPnRSsI0=";
};
dontUnpack = true;