about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorFabián Heredia Montiel <303897+fabianhjr@users.noreply.github.com>2023-09-19 22:11:28 -0600
committerGitHub <noreply@github.com>2023-09-19 22:11:28 -0600
commit131ffcc07966ea78c3b3a676d836eedace8a6078 (patch)
tree0b77d2c9663c1d2a250ae54bd75e6c1526036424 /pkgs
parent6f2a0cc886bba43b55cd27f44fadd22ca801c4a8 (diff)
parent515c5b8b2872c2539c6436dcc128506b9e05472a (diff)
Merge pull request #255985 from GiggleSquid/pkgs/vintagestory
vintagestory: 1.18.10 -> 1.18.12
Diffstat (limited to 'pkgs')
-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=";
   };