vintagestory: 1.21.0 -> 1.21.1

This commit is contained in:
skoove
2025-09-09 20:30:45 +10:00
parent 23f5594259
commit 7b04f942cf

View File

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