unciv: 4.18.12 -> 4.19.7

This commit is contained in:
R. Ryantm
2026-01-16 22:05:45 +00:00
parent 7c8cdf6de9
commit ced8c365c3
+2 -2
View File
@@ -12,7 +12,7 @@
nix-update-script,
}:
let
version = "4.18.12";
version = "4.19.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-h0Y7a/wvmYOwr+AhVjY+P7uQQQbofpqkX5/Nd8tL3Cg=";
hash = "sha256-wRZNfirTBNFKVwHW+Wdu2hT2GLbQQO93HC/ngYmvaTw=";
};
dontUnpack = true;