Skip to content

Commit c09adca

Browse files
committed
vintagestory: 1.20.11 -> 1.20.12
1 parent 0586368 commit c09adca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/vi/vintagestory/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@
2121

2222
stdenv.mkDerivation rec {
2323
pname = "vintagestory";
24-
version = "1.20.11";
24+
version = "1.20.12";
2525

2626
src = fetchurl {
2727
url = "https://cdn.vintagestory.at/gamefiles/stable/vs_client_linux-x64_${version}.tar.gz";
28-
hash = "sha256-IOreg6j/jLhOK8jm2AgSnYQrql5R6QxsshvPs8OUcQA=";
28+
hash = "sha256-h6YXEZoVVV9IuKkgtK9Z3NTvJogVNHmXdAcKxwfvqcE=";
2929
};
3030

3131
nativeBuildInputs = [

0 commit comments

Comments
 (0)