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

This commit is contained in:
Sandro 2022-01-20 02:39:12 +01:00 committed by GitHub
commit 4fe55cf233
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.15.10";
version = "1.16.0";
src = fetchurl {
url = "https://cdn.vintagestory.at/gamefiles/stable/vs_archive_${version}.tar.gz";
sha256 = "sha256-aT6vndo/SSAqd4omyW4qWvGetkqEpgvapqaqDBrbTmo=";
sha256 = "sha256-1lAcE+RwK16xPTGxGCz2Pdq6GhmXFwy60CSZyq3hgnM=";
};
nativeBuildInputs = [ makeWrapper copyDesktopItems ];