vintagestory: 1.15.10 -> 1.16.0

This commit is contained in:
R. Ryantm 2022-01-19 09:12:35 +00:00
parent bb9046571d
commit 6c6c397b92

View File

@ -17,11 +17,11 @@
stdenv.mkDerivation rec {
pname = "vintagestory";
version = "1.15.10";
version = "1.16.0";
src = fetchurl {
url = "https://cdn.vintagestory.at/gamefiles/stable/vs_archive_${version}.tar.gz";
sha256 = "sha256-aT6vndo/SSAqd4omyW4qWvGetkqEpgvapqaqDBrbTmo=";
sha256 = "sha256-1lAcE+RwK16xPTGxGCz2Pdq6GhmXFwy60CSZyq3hgnM=";
};
nativeBuildInputs = [ makeWrapper copyDesktopItems ];