unciv: 4.11.4 -> 4.11.8

This commit is contained in:
R. Ryantm 2024-04-25 18:02:02 +00:00
parent 5dd187f3b7
commit 795a2dca88
1 changed files with 2 additions and 2 deletions

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;