Unverified Commit 684a50c5 authored by Artturi's avatar Artturi Committed by GitHub
Browse files

Merge pull request #282287 from r-ryantm/auto-update/vintagestory

parents 5f52a388 f5c0b6e2
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.15";
  version = "1.19.1";

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