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

authored by Martin Weinelt and committed by GitHub 44b6c029 5fa1488e

+2 -2
+2 -2
pkgs/games/unciv/default.nix
··· 25 25 in 26 26 stdenv.mkDerivation rec { 27 27 pname = "unciv"; 28 - version = "4.2.6"; 28 + version = "4.2.11"; 29 29 30 30 src = fetchurl { 31 31 url = "https://github.com/yairm210/Unciv/releases/download/${version}/Unciv.jar"; 32 - sha256 = "sha256-AJqD8xF+FIKw34NhcnYCexXRs8aIzL8XDHhs5fGBTn0="; 32 + sha256 = "sha256-bA1rz4PvpcdMSGob+KIdSpyq6ePlLj8l61r0+XclfZY="; 33 33 }; 34 34 35 35 dontUnpack = true;