unciv: 4.14.5-patch1 -> 4.14.9 (#357456)

This commit is contained in:
jopejoe1 2024-11-25 23:05:08 +01:00 committed by GitHub
commit 882842d2a9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,7 +10,7 @@
, libXxf86vm
}:
let
version = "4.14.5-patch1";
version = "4.14.9";
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-NJFv6gdNms+qcouqR/NILnT+l6z0+vOU4bGT6FqaIUw=";
hash = "sha256-CmdQ4gEOu9U2e9Wk94uRCRq3OAEuncCAkV+ut4Chy9Q=";
};
dontUnpack = true;