vintagestory: 1.21.1 -> 1.21.2 (#448772)

This commit is contained in:
Matteo Pacini
2025-10-05 09:43:27 +00:00
committed by GitHub

View File

@@ -21,11 +21,11 @@
stdenv.mkDerivation rec {
pname = "vintagestory";
version = "1.21.1";
version = "1.21.2";
src = fetchurl {
url = "https://cdn.vintagestory.at/gamefiles/stable/vs_client_linux-x64_${version}.tar.gz";
hash = "sha256-6b0IXzTawRWdm2blOpMAIDqzzv/S7O3c+5k7xOhRFvI=";
hash = "sha256-88EWU6u1UUuIcI789SyxlCaluUp6N0NJIlFpfSHNjyM=";
};
nativeBuildInputs = [