⬆️ Vintage Story upgrade #4

Merged
wymiller merged 2 commits from vs-upgrade into master 2026-08-09 14:40:18 -05:00
Showing only changes of commit 9c207d6ba8 - Show all commits
+2 -2
View File
@@ -27,11 +27,11 @@ assert waylandSupport -> libxkbcommon != null;
stdenv.mkDerivation (finalAttrs: { stdenv.mkDerivation (finalAttrs: {
pname = "vintagestory"; pname = "vintagestory";
version = "1.22.3"; version = "1.22.6";
src = fetchurl { src = fetchurl {
url = "https://cdn.vintagestory.at/gamefiles/stable/vs_client_linux-x64_${finalAttrs.version}.tar.gz"; url = "https://cdn.vintagestory.at/gamefiles/stable/vs_client_linux-x64_${finalAttrs.version}.tar.gz";
hash = "sha256-sa4Pj1DwT6W6LJCAYznmbyqPtMUTaLSNTkXS1imQp04="; hash = "sha256-xJPyaYklEq2BeUX9+7hNPI6WC6ibcQDS+sKeqKYSh3A=";
}; };
__structuredAttrs = true; __structuredAttrs = true;