vintagestory: 1.20.11 -> 1.20.12

This commit is contained in:
Tom van Dijk
2025-06-25 20:34:56 +02:00
parent 0586368e18
commit c09adca78b
+2 -2
View File
@@ -21,11 +21,11 @@
stdenv.mkDerivation rec {
pname = "vintagestory";
version = "1.20.11";
version = "1.20.12";
src = fetchurl {
url = "https://cdn.vintagestory.at/gamefiles/stable/vs_client_linux-x64_${version}.tar.gz";
hash = "sha256-IOreg6j/jLhOK8jm2AgSnYQrql5R6QxsshvPs8OUcQA=";
hash = "sha256-h6YXEZoVVV9IuKkgtK9Z3NTvJogVNHmXdAcKxwfvqcE=";
};
nativeBuildInputs = [