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

This commit is contained in:
Artturi 2022-01-25 15:12:53 +02:00 committed by GitHub
commit 25dc5a5d2d
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.0";
version = "1.16.1";
src = fetchurl {
url = "https://cdn.vintagestory.at/gamefiles/stable/vs_archive_${version}.tar.gz";
sha256 = "sha256-1lAcE+RwK16xPTGxGCz2Pdq6GhmXFwy60CSZyq3hgnM=";
sha256 = "sha256-o3FMuMvWxj9ECj77H/q5QkpcFbcZ0eNQ1OS51pUal3c=";
};
nativeBuildInputs = [ makeWrapper copyDesktopItems ];