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

unciv: 4.6.4-patch2 -> 4.6.5
This commit is contained in:
Weijia Wang 2023-04-26 09:22:42 +03:00 committed by GitHub
commit 4d377281a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,11 +25,11 @@ let
in
stdenv.mkDerivation rec {
pname = "unciv";
version = "4.6.4-patch2";
version = "4.6.5";
src = fetchurl {
url = "https://github.com/yairm210/Unciv/releases/download/${version}/Unciv.jar";
hash = "sha256-LI0PfSQq90f4Ci4np5Z+JgfVgU2b380pSIqNIpm2UKQ=";
hash = "sha256-+PXRNVLGCJmxIZSwuuRA4f1v0AxxPYesxby/wEOWR8Q=";
};
dontUnpack = true;