unciv: 4.11.10 -> 4.11.12

This commit is contained in:
R. Ryantm 2024-05-15 17:49:03 +00:00
parent 5752bc84b0
commit ed4060bbb8

View File

@ -27,11 +27,11 @@ let
in
stdenv.mkDerivation rec {
pname = "unciv";
version = "4.11.10";
version = "4.11.12";
src = fetchurl {
url = "https://github.com/yairm210/Unciv/releases/download/${version}/Unciv.jar";
hash = "sha256-RBdMgxJRVM8dj4eDh/ZAzJkyWoAJnpge3Vg25H9+Eak=";
hash = "sha256-duhcNkK5Ah8KpyzIzwZvSKRjuYuVg1H6luKUPHjHwlc=";
};
dontUnpack = true;