Commit 86a468b4 authored by R. RyanTM's avatar R. RyanTM
Browse files

vintagestory: 1.18.12 -> 1.18.15

parent 840bfc40
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -20,11 +20,11 @@

stdenv.mkDerivation rec {
  pname = "vintagestory";
  version = "1.18.12";
  version = "1.18.15";

  src = fetchurl {
    url = "https://cdn.vintagestory.at/gamefiles/stable/vs_client_linux-x64_${version}.tar.gz";
    hash = "sha256-akeW03+IdRvt3Fs3gF6TcYv9gD33DHPtpmiiMa0b92k=";
    hash = "sha256-luZwRKVptSd69tCaf6Jv0YOfwOeDOcuY7VoL+21tTEo=";
  };