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

unciv: 4.10.21 -> 4.11.2

authored by Peder Bergebakken Sundt and committed by GitHub 196d3534 b790ec1e

+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.10.21"; 30 + version = "4.11.2"; 31 31 32 32 src = fetchurl { 33 33 url = "https://github.com/yairm210/Unciv/releases/download/${version}/Unciv.jar"; 34 - hash = "sha256-JnuJbmKGqtEdFiMnA5RvCfdox2WTABwxNI3Zdk6wNU8="; 34 + hash = "sha256-ZUDfJf+FgIX8gRoZYlYAJhpLwNWp3MCKEQOSQGQ88T8="; 35 35 }; 36 36 37 37 dontUnpack = true;