unciv: 4.14.9 -> 4.15.7 (#378862)

This commit is contained in:
Donovan Glover
2025-02-03 10:17:11 +00:00
committed by GitHub
+2 -2
View File
@@ -11,7 +11,7 @@
libXxf86vm,
}:
let
version = "4.14.9";
version = "4.15.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-CmdQ4gEOu9U2e9Wk94uRCRq3OAEuncCAkV+ut4Chy9Q=";
hash = "sha256-5EA4AaHP0RsceiCbXkwPrAiSH62xshVS8E9c68gTk+c=";
};
dontUnpack = true;