vintagestory: 1.18.10 -> 1.18.12
see: https://www.vintagestory.at/blog.html/news/v1181112-leaky-world-reload-plug-r366/
This commit is contained in:
parent
0ed41137b7
commit
515c5b8b28
1 changed files with 2 additions and 2 deletions
|
@ -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=";
|
||||
};
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue