unciv: 4.11.2 -> 4.11.4

This commit is contained in:
R. Ryantm 2024-04-13 18:35:05 +00:00
parent 2065840153
commit fe77b88406

View File

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