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

This commit is contained in:
Artturi 2023-06-03 23:25:17 +03:00 committed by GitHub
commit d6acf14a7e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,11 +17,11 @@
stdenv.mkDerivation rec {
pname = "vintagestory";
version = "1.17.11";
version = "1.18.5";
src = fetchurl {
url = "https://cdn.vintagestory.at/gamefiles/stable/vs_archive_${version}.tar.gz";
sha256 = "sha256-iIQRwnJX+7GJcOqXJutInqpSX2fKlPmwFFAq6TqNWWY=";
sha256 = "sha256-VW85a8Yi1s+cOSZU5E/Rhhz4IMNLMtdAfOZKJ0axApA=";
};
nativeBuildInputs = [ makeWrapper copyDesktopItems ];