Unverified Commit 0e1a6304 authored by Tom van Dijk's avatar Tom van Dijk
Browse files

vintagestory: 1.21.5 -> 1.21.6

parent 1a27806b
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.21.5";
  version = "1.21.6";

  src = fetchurl {
    url = "https://cdn.vintagestory.at/gamefiles/stable/vs_client_linux-x64_${version}.tar.gz";
    hash = "sha256-dG1D2Buqht+bRyxx2ie34Z+U1bdKgi5R3w29BG/a5jg=";
    hash = "sha256-i1IsxT+pjkKbJjHwnMcyb12nxe21mwvnoRGHMabMETY=";
  };

  nativeBuildInputs = [