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

unciv: 4.11.4 -> 4.11.8
This commit is contained in:
Weijia Wang 2024-04-27 02:37:39 +02:00 committed by GitHub
commit be7b8e7367
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -27,11 +27,11 @@ let
in
stdenv.mkDerivation rec {
pname = "unciv";
version = "4.11.4";
version = "4.11.8";
src = fetchurl {
url = "https://github.com/yairm210/Unciv/releases/download/${version}/Unciv.jar";
hash = "sha256-QqnM1kTXHHpf8l99J8ydIjTkl/LetijzIJgLYt6OaRA=";
hash = "sha256-iNcz6kfzlr1f1kC6xo1htyT46JjgEMeo21JIfOBxeQw=";
};
dontUnpack = true;