[Backport release-26.05] vintagestory: 1.22.2 → 1.22.3 (#528680)

This commit is contained in:
Felix Bargfeldt 2026-06-07 21:48:35 +00:00 committed by GitHub
commit c5eab90e47
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 10 additions and 2 deletions

View file

@ -4156,6 +4156,13 @@
githubId = 30717258;
name = "bubblepipe";
};
bubylou = {
email = "bubylou@pm.me";
matrix = "@bubylou:matrix.org";
github = "bubylou";
githubId = 3878640;
name = "Nicholas Malcolm";
};
buckley310 = {
email = "sean.bck@gmail.com";
matrix = "@buckley310:matrix.org";

View file

@ -27,11 +27,11 @@ assert waylandSupport -> libxkbcommon != null;
stdenv.mkDerivation (finalAttrs: {
pname = "vintagestory";
version = "1.22.2";
version = "1.22.3";
src = fetchurl {
url = "https://cdn.vintagestory.at/gamefiles/stable/vs_client_linux-x64_${finalAttrs.version}.tar.gz";
hash = "sha256-caLSOm/WXpXrjC1az72Nc0XDWOpWB2R9iVq8ShDEZgU=";
hash = "sha256-sa4Pj1DwT6W6LJCAYznmbyqPtMUTaLSNTkXS1imQp04=";
};
__structuredAttrs = true;
@ -137,6 +137,7 @@ stdenv.mkDerivation (finalAttrs: {
artturin
gigglesquid
dtomvan
bubylou
];
mainProgram = "vintagestory";
};