vintagestory: 1.16.3 -> 1.16.4

This commit is contained in:
R. Ryantm 2022-03-07 23:06:10 +00:00
parent 056a71c791
commit 705f2d7827

View File

@ -17,11 +17,11 @@
stdenv.mkDerivation rec {
pname = "vintagestory";
version = "1.16.3";
version = "1.16.4";
src = fetchurl {
url = "https://cdn.vintagestory.at/gamefiles/stable/vs_archive_${version}.tar.gz";
sha256 = "sha256-PpvTHG/EBKBhtlgIrAz/B+U1aHbZURN2cWTlZ/DkZQs=";
sha256 = "sha256-wdwQ1Dv0872nEOYIB+rEzYtG5rnSw8DZgoSlSvCvtrI=";
};
nativeBuildInputs = [ makeWrapper copyDesktopItems ];