about summary refs log tree commit diff
path: root/pkgs/games/vintagestory
diff options
context:
space:
mode:
authorJack Connors <jack.connors@protonmail.com>2023-09-19 00:41:23 +0100
committerJack Connors <jack.connors@protonmail.com>2023-09-19 00:46:48 +0100
commit515c5b8b2872c2539c6436dcc128506b9e05472a (patch)
tree077fa2437834af2a0b20f41e516b51f81e5204c4 /pkgs/games/vintagestory
parent0ed41137b76534003507b55dfe214ae56c30e021 (diff)
vintagestory: 1.18.10 -> 1.18.12
see: https://www.vintagestory.at/blog.html/news/v1181112-leaky-world-reload-plug-r366/
Diffstat (limited to 'pkgs/games/vintagestory')
-rw-r--r--pkgs/games/vintagestory/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/games/vintagestory/default.nix b/pkgs/games/vintagestory/default.nix
index 2e3b1b3b0e7a5..22f64b383f00f 100644
--- a/pkgs/games/vintagestory/default.nix
+++ b/pkgs/games/vintagestory/default.nix
@@ -20,11 +20,11 @@
 
 stdenv.mkDerivation rec {
   pname = "vintagestory";
-  version = "1.18.10";
+  version = "1.18.12";
 
   src = fetchurl {
     url = "https://cdn.vintagestory.at/gamefiles/stable/vs_client_linux-x64_${version}.tar.gz";
-    hash = "sha256-xkpoVFZWlqhSSDn62MbhBYU6X+l5MmPxtrewg9xKuJc=";
+    hash = "sha256-akeW03+IdRvt3Fs3gF6TcYv9gD33DHPtpmiiMa0b92k=";
   };