vintagestory: 1.20.7 -> 1.20.9

This commit is contained in:
dane
2025-04-24 18:11:23 -05:00
parent a6e1e48d3e
commit e2429bd656
+2 -2
View File
@@ -21,11 +21,11 @@
stdenv.mkDerivation rec {
pname = "vintagestory";
version = "1.20.7";
version = "1.20.9";
src = fetchurl {
url = "https://cdn.vintagestory.at/gamefiles/stable/vs_client_linux-x64_${version}.tar.gz";
hash = "sha256-1SBJ4E3rQBFPSCgb2Z3knEO5Y+xyJE4kyJW4we75CWA=";
hash = "sha256-pia2Dv0FY28nkATOk60GqiAEnZmxgZvZfvkM8U/bZzU=";
};
nativeBuildInputs = [