unciv: 4.14.9 -> 4.15.7

This commit is contained in:
goatastronaut0212
2025-02-02 23:02:45 +07:00
parent d25befdbcf
commit e81ce6601d
+2 -2
View File
@@ -10,7 +10,7 @@
, libXxf86vm
}:
let
version = "4.14.9";
version = "4.15.7";
desktopItem = makeDesktopItem {
name = "unciv";
@@ -39,7 +39,7 @@ stdenv.mkDerivation rec {
src = fetchurl {
url = "https://github.com/yairm210/Unciv/releases/download/${version}/Unciv.jar";
hash = "sha256-CmdQ4gEOu9U2e9Wk94uRCRq3OAEuncCAkV+ut4Chy9Q=";
hash = "sha256-5EA4AaHP0RsceiCbXkwPrAiSH62xshVS8E9c68gTk+c=";
};
dontUnpack = true;