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

unciv: 4.4.3 -> 4.4.6
This commit is contained in:
Weijia Wang
2023-02-01 10:24:12 +01:00
committed by GitHub
+2 -2
View File
@@ -25,11 +25,11 @@ let
in
stdenv.mkDerivation rec {
pname = "unciv";
version = "4.4.3";
version = "4.4.6";
src = fetchurl {
url = "https://github.com/yairm210/Unciv/releases/download/${version}/Unciv.jar";
sha256 = "sha256-oPZdQEfWgVo4M0WDhKfDDB4GqnzQEM8x79FSa3jC+U0=";
sha256 = "sha256-I4EKYoN+36a65mcZ2UWH3Ws75Ojdmpw/6flKFmEuIk8=";
};
dontUnpack = true;