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

This commit is contained in:
Artturi 2022-10-15 22:36:03 +03:00 committed by GitHub
commit 4c9e74c44b
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.16.5";
version = "1.17.4";
src = fetchurl {
url = "https://cdn.vintagestory.at/gamefiles/stable/vs_archive_${version}.tar.gz";
sha256 = "sha256-qqrQ+cs/ujzeXAa0xX5Yee3l5bo9DaH+kS1pkCt/UoU=";
sha256 = "sha256-q4SphwL4g1hyMMthhF7VCfRqlJrOp8uk00fPRqCfI/s=";
};
nativeBuildInputs = [ makeWrapper copyDesktopItems ];