Merge pull request #312007 from r-ryantm/auto-update/unciv

unciv: 4.11.10 -> 4.11.12
This commit is contained in:
Nikolay Korotkiy
2024-05-17 02:18:13 +04:00
committed by GitHub
+2 -2
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;