vintagestory: 1.19.8 -> 1.20.3

This commit is contained in:
Alexandre Abreu
2025-01-26 02:39:20 +00:00
parent b4622e7a25
commit 10747189ec
+2 -2
View File
@@ -21,11 +21,11 @@
stdenv.mkDerivation rec {
pname = "vintagestory";
version = "1.19.8";
version = "1.20.3";
src = fetchurl {
url = "https://cdn.vintagestory.at/gamefiles/stable/vs_client_linux-x64_${version}.tar.gz";
hash = "sha256-R6J+ACYDQpOzJZFBizsQGOexR7lMyeoZqz9TnWxfwyM=";
hash = "sha256-+nEyFlLfTAOmd8HrngZOD1rReaXCXX/ficE/PCLcewg=";
};
nativeBuildInputs = [