vintagestory: 1.19.4 -> 1.19.5

This commit is contained in:
R. Ryantm 2024-03-22 12:54:06 +00:00
parent 0cb727d0b5
commit 9e48631eb9

View file

@ -20,11 +20,11 @@
stdenv.mkDerivation rec {
pname = "vintagestory";
version = "1.19.4";
version = "1.19.5";
src = fetchurl {
url = "https://cdn.vintagestory.at/gamefiles/stable/vs_client_linux-x64_${version}.tar.gz";
hash = "sha256-A5NIWy902a0W/Y/sJL+qPrEJwCiU/TNIm7G3BtU6gzM=";
hash = "sha256-noweIb+lZhme1kEjU2+tIc0E99iShNngxEEyDMKJcpk=";
};