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

unciv: 4.11.10 -> 4.11.12

authored by Nikolay Korotkiy and committed by GitHub ea77cefe 80f42722

+2 -2
+2 -2
pkgs/by-name/un/unciv/package.nix
··· 27 27 in 28 28 stdenv.mkDerivation rec { 29 29 pname = "unciv"; 30 - version = "4.11.10"; 30 + version = "4.11.12"; 31 31 32 32 src = fetchurl { 33 33 url = "https://github.com/yairm210/Unciv/releases/download/${version}/Unciv.jar"; 34 - hash = "sha256-RBdMgxJRVM8dj4eDh/ZAzJkyWoAJnpge3Vg25H9+Eak="; 34 + hash = "sha256-duhcNkK5Ah8KpyzIzwZvSKRjuYuVg1H6luKUPHjHwlc="; 35 35 }; 36 36 37 37 dontUnpack = true;