about summary refs log tree commit diff
path: root/pkgs/games
diff options
context:
space:
mode:
authorJack Connors <jack.connors@protonmail.com>2023-07-12 21:46:32 +0100
committerJack Connors <jack.connors@protonmail.com>2023-07-12 21:46:32 +0100
commit3e543013a5f4f14a6c16d71cd47a3e28701d80f4 (patch)
tree1db38e61f228cbd08386b1fa250595951621b082 /pkgs/games
parent2de8efefb6ce7f5e4e75bdf57376a96555986841 (diff)
vintagestory: 1.18.5 -> 1.18.6
Diffstat (limited to 'pkgs/games')
-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 0a8eb2e6a0f8c..2b82426b57cfc 100644
--- a/pkgs/games/vintagestory/default.nix
+++ b/pkgs/games/vintagestory/default.nix
@@ -17,11 +17,11 @@
 
 stdenv.mkDerivation rec {
   pname = "vintagestory";
-  version = "1.18.5";
+  version = "1.18.6";
 
   src = fetchurl {
     url = "https://cdn.vintagestory.at/gamefiles/stable/vs_archive_${version}.tar.gz";
-    sha256 = "sha256-VW85a8Yi1s+cOSZU5E/Rhhz4IMNLMtdAfOZKJ0axApA=";
+    sha256 = "sha256-Sa5R/Msg36pKRpZJXXJgM4lcCADJX9x81fMnTD3tjAI=";
   };
 
   nativeBuildInputs = [ makeWrapper copyDesktopItems ];