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

unciv: 4.2.20 -> 4.3.1
This commit is contained in:
Jonas Heinrich
2022-11-24 12:25:11 +01:00
committed by GitHub
+2 -2
View File
@@ -25,11 +25,11 @@ let
in
stdenv.mkDerivation rec {
pname = "unciv";
version = "4.2.20";
version = "4.3.1";
src = fetchurl {
url = "https://github.com/yairm210/Unciv/releases/download/${version}/Unciv.jar";
sha256 = "sha256-SsEOewFbJqad8OCRiE1VHOx7kVFtF4DEInE3ETCGxDM=";
sha256 = "sha256-qgjMQSkSYp/Tk9Acr21Nd5gLq9JLmEYsfSC+Ia362+c=";
};
dontUnpack = true;