Commit d3b99e1a authored by Alexandre Abreu's avatar Alexandre Abreu
Browse files

vintagestory: 1.20.6 -> 1.20.7

parent fb2d32e1
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -21,11 +21,11 @@

stdenv.mkDerivation rec {
  pname = "vintagestory";
  version = "1.20.6";
  version = "1.20.7";

  src = fetchurl {
    url = "https://cdn.vintagestory.at/gamefiles/stable/vs_client_linux-x64_${version}.tar.gz";
    hash = "sha256-/4ITVd/vdQaM9uWgpp1//XF2W+HgEBKkZlGvW2csECk=";
    hash = "sha256-1SBJ4E3rQBFPSCgb2Z3knEO5Y+xyJE4kyJW4we75CWA=";
  };

  nativeBuildInputs = [