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

vintagestory: 1.17.10 -> 1.17.11
This commit is contained in:
Weijia Wang 2023-04-20 02:46:52 +03:00 committed by GitHub
commit ce602f5b26
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.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 ];