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.
2 parents fc0a322 + 9ed5821 commit 1734963Copy full SHA for 1734963
pkgs/by-name/vi/vintagestory/package.nix
@@ -21,11 +21,11 @@
21
22
stdenv.mkDerivation rec {
23
pname = "vintagestory";
24
- version = "1.20.4";
+ version = "1.20.5";
25
26
src = fetchurl {
27
url = "https://cdn.vintagestory.at/gamefiles/stable/vs_client_linux-x64_${version}.tar.gz";
28
- hash = "sha256-Hgp2u/y2uPnJhAmPpwof76/woFGz4ISUXU+FIRMjMuQ=";
+ hash = "sha256-qpTWZ1nG4yrYgVvonZ3btIwhCK6S+aipq4H3b9FE3vI=";
29
};
30
31
nativeBuildInputs = [
0 commit comments