1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-12-17 18:34:41 +00:00

vintagestory: 1.15.5 -> 1.15.10

This commit is contained in:
Shaun Sharples 2021-11-29 12:28:00 +02:00
parent a5552c62db
commit 6d3cfa53d6

View file

@ -17,11 +17,11 @@
stdenv.mkDerivation rec {
pname = "vintagestory";
version = "1.15.5";
version = "1.15.10";
src = fetchurl {
url = "https://cdn.vintagestory.at/gamefiles/stable/vs_archive_${version}.tar.gz";
sha256 = "sha256-38vLkH8B1yYC1I8P8uCsbC8CK8Btpfm9tNxgiuswsa8=";
sha256 = "sha256-aT6vndo/SSAqd4omyW4qWvGetkqEpgvapqaqDBrbTmo=";
};
nativeBuildInputs = [ makeWrapper copyDesktopItems ];