mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
[Backport release-26.05] vintagestory: 1.22.2 → 1.22.3 (#528680)
This commit is contained in:
commit
c5eab90e47
2 changed files with 10 additions and 2 deletions
|
|
@ -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";
|
||||
|
|
|
|||
|
|
@ -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";
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue