Unverified Commit ce602f5b authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

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

vintagestory: 1.17.10 -> 1.17.11
parents 3179874c fcd60db2
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -17,11 +17,11 @@

stdenv.mkDerivation rec {
  pname = "vintagestory";
  version = "1.17.10";
  version = "1.17.11";

  src = fetchurl {
    url = "https://cdn.vintagestory.at/gamefiles/stable/vs_archive_${version}.tar.gz";
    sha256 = "sha256-1HsWby4Jf+ndE9xsDrS+vELymDedRwSgNiCDLoiPBec=";
    sha256 = "sha256-iIQRwnJX+7GJcOqXJutInqpSX2fKlPmwFFAq6TqNWWY=";
  };

  nativeBuildInputs = [ makeWrapper copyDesktopItems ];