unciv: 4.10.21 -> 4.11.2

This commit is contained in:
R. Ryantm 2024-04-08 14:11:14 +00:00
parent f6eb921406
commit 380aba5d92

View File

@ -27,11 +27,11 @@ let
in
stdenv.mkDerivation rec {
pname = "unciv";
version = "4.10.21";
version = "4.11.2";
src = fetchurl {
url = "https://github.com/yairm210/Unciv/releases/download/${version}/Unciv.jar";
hash = "sha256-JnuJbmKGqtEdFiMnA5RvCfdox2WTABwxNI3Zdk6wNU8=";
hash = "sha256-ZUDfJf+FgIX8gRoZYlYAJhpLwNWp3MCKEQOSQGQ88T8=";
};
dontUnpack = true;