unciv: 4.15.7 -> 4.15.8 (#379445)

This commit is contained in:
Nick Cao
2025-02-05 15:38:59 -05:00
committed by GitHub
+2 -2
View File
@@ -11,7 +11,7 @@
libXxf86vm,
}:
let
version = "4.15.7";
version = "4.15.8";
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-5EA4AaHP0RsceiCbXkwPrAiSH62xshVS8E9c68gTk+c=";
hash = "sha256-Ytov2n7XieMQtc0C0uvMzpamLHhhTEtkKSfoU88Mlaw=";
};
dontUnpack = true;