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

unciv: 4.10.21 -> 4.11.2
This commit is contained in:
Peder Bergebakken Sundt 2024-04-12 20:34:45 +02:00 committed by GitHub
commit 196d35342b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

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