Merge pull request #313753 from r-ryantm/auto-update/vintagestory

vintagestory: 1.19.7 -> 1.19.8
This commit is contained in:
Artturin
2024-05-23 17:52:50 +03:00
committed by GitHub
+2 -2
View File
@@ -20,11 +20,11 @@
stdenv.mkDerivation rec {
pname = "vintagestory";
version = "1.19.7";
version = "1.19.8";
src = fetchurl {
url = "https://cdn.vintagestory.at/gamefiles/stable/vs_client_linux-x64_${version}.tar.gz";
hash = "sha256-C+vPsoMlo6EKmzf+XkvIhrDGG7EccU8c36GZt0/1r1Q=";
hash = "sha256-R6J+ACYDQpOzJZFBizsQGOexR7lMyeoZqz9TnWxfwyM=";
};