Unverified Commit 3cf71e51 authored by Pol Dellaiera's avatar Pol Dellaiera Committed by GitHub
Browse files

vintagestory: 1.20.3 -> 1.20.4 (#382203)

parents cb11c76d 8fb67d0f
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.3";
  version = "1.20.4";

  src = fetchurl {
    url = "https://cdn.vintagestory.at/gamefiles/stable/vs_client_linux-x64_${version}.tar.gz";
    hash = "sha256-+nEyFlLfTAOmd8HrngZOD1rReaXCXX/ficE/PCLcewg=";
    hash = "sha256-Hgp2u/y2uPnJhAmPpwof76/woFGz4ISUXU+FIRMjMuQ=";
  };

  nativeBuildInputs = [