vintagestory: 1.20.3 -> 1.20.4 (#382203)

This commit is contained in:
Pol Dellaiera 2025-02-15 20:02:48 +01:00 committed by GitHub
commit 3cf71e51da
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -21,11 +21,11 @@
stdenv.mkDerivation rec {
pname = "vintagestory";
version = "1.20.3";
version = "1.20.4";
src = fetchurl {
url = "https://cdn.vintagestory.at/gamefiles/stable/vs_client_linux-x64_${version}.tar.gz";
hash = "sha256-+nEyFlLfTAOmd8HrngZOD1rReaXCXX/ficE/PCLcewg=";
hash = "sha256-Hgp2u/y2uPnJhAmPpwof76/woFGz4ISUXU+FIRMjMuQ=";
};
nativeBuildInputs = [