unciv: 4.15.8 -> 4.15.9-patch1

This commit is contained in:
goatastronaut0212
2025-02-08 07:57:50 +07:00
parent 2dcc7bb1cb
commit c28495a152
+2 -2
View File
@@ -11,7 +11,7 @@
libXxf86vm,
}:
let
version = "4.15.8";
version = "4.15.9-patch1";
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-Ytov2n7XieMQtc0C0uvMzpamLHhhTEtkKSfoU88Mlaw=";
hash = "sha256-HozoaTAKS/pO/xFLCoXUvrvEEd85oMMxkZ6fFDgSfvQ=";
};
dontUnpack = true;