We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0586368 commit c09adcaCopy full SHA for c09adca
pkgs/by-name/vi/vintagestory/package.nix
@@ -21,11 +21,11 @@
21
22
stdenv.mkDerivation rec {
23
pname = "vintagestory";
24
- version = "1.20.11";
+ version = "1.20.12";
25
26
src = fetchurl {
27
url = "https://cdn.vintagestory.at/gamefiles/stable/vs_client_linux-x64_${version}.tar.gz";
28
- hash = "sha256-IOreg6j/jLhOK8jm2AgSnYQrql5R6QxsshvPs8OUcQA=";
+ hash = "sha256-h6YXEZoVVV9IuKkgtK9Z3NTvJogVNHmXdAcKxwfvqcE=";
29
};
30
31
nativeBuildInputs = [
0 commit comments