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

unciv: 4.11.2 -> 4.11.4
This commit is contained in:
Weijia Wang 2024-04-14 03:26:47 +02:00 committed by GitHub
commit 97f162dd94
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.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;