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

unciv: 4.8.0 -> 4.8.9-patch2
This commit is contained in:
maxine 2023-10-09 18:58:36 +02:00 committed by GitHub
commit 8434c68b09
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.8.0";
version = "4.8.9-patch2";
src = fetchurl {
url = "https://github.com/yairm210/Unciv/releases/download/${version}/Unciv.jar";
hash = "sha256-Mq6c8APLOYYKTIuBdkbscK43BSY5sWWqWlaR4KiXpwo=";
hash = "sha256-ek2FDzo7EbgZGbQyZ6mBmVoPRKkJu0JFewbVvsGzZMA=";
};
dontUnpack = true;