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

View File

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