vintagestory: 1.20.9 -> 1.20.11

This commit is contained in:
Duck
2025-05-29 22:38:00 +09:30
parent 9e0df1205d
commit 4196e2ce85
+2 -2
View File
@@ -21,11 +21,11 @@
stdenv.mkDerivation rec {
pname = "vintagestory";
version = "1.20.9";
version = "1.20.11";
src = fetchurl {
url = "https://cdn.vintagestory.at/gamefiles/stable/vs_client_linux-x64_${version}.tar.gz";
hash = "sha256-pia2Dv0FY28nkATOk60GqiAEnZmxgZvZfvkM8U/bZzU=";
hash = "sha256-IOreg6j/jLhOK8jm2AgSnYQrql5R6QxsshvPs8OUcQA=";
};
nativeBuildInputs = [