unciv: 4.11.12 -> 4.11.13

This commit is contained in:
R. Ryantm
2024-05-20 19:26:36 +00:00
parent e82297f970
commit a78af08f5e
+2 -2
View File
@@ -27,11 +27,11 @@ let
in
stdenv.mkDerivation rec {
pname = "unciv";
version = "4.11.12";
version = "4.11.13";
src = fetchurl {
url = "https://github.com/yairm210/Unciv/releases/download/${version}/Unciv.jar";
hash = "sha256-duhcNkK5Ah8KpyzIzwZvSKRjuYuVg1H6luKUPHjHwlc=";
hash = "sha256-8XuwG64YUcUOblOdrKI4FxSFzn9xjZPAEz05+7rR1Pk=";
};
dontUnpack = true;