vintagestory: 1.17.4 -> 1.17.9

This commit is contained in:
R. Ryantm 2022-12-28 19:27:41 +00:00
parent 542508c7cd
commit 2444db4477

View file

@ -17,11 +17,11 @@
stdenv.mkDerivation rec {
pname = "vintagestory";
version = "1.17.4";
version = "1.17.9";
src = fetchurl {
url = "https://cdn.vintagestory.at/gamefiles/stable/vs_archive_${version}.tar.gz";
sha256 = "sha256-q4SphwL4g1hyMMthhF7VCfRqlJrOp8uk00fPRqCfI/s=";
sha256 = "sha256-Lii6WoAKS237vK2I9R8l2Q8ktp8WiArVYO5Vf93ummo=";
};
nativeBuildInputs = [ makeWrapper copyDesktopItems ];