lol

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

authored by

Artturi and committed by
GitHub
4c9e74c4 1440069b

+2 -2
+2 -2
pkgs/games/vintagestory/default.nix
··· 17 17 18 18 stdenv.mkDerivation rec { 19 19 pname = "vintagestory"; 20 - version = "1.16.5"; 20 + version = "1.17.4"; 21 21 22 22 src = fetchurl { 23 23 url = "https://cdn.vintagestory.at/gamefiles/stable/vs_archive_${version}.tar.gz"; 24 - sha256 = "sha256-qqrQ+cs/ujzeXAa0xX5Yee3l5bo9DaH+kS1pkCt/UoU="; 24 + sha256 = "sha256-q4SphwL4g1hyMMthhF7VCfRqlJrOp8uk00fPRqCfI/s="; 25 25 }; 26 26 27 27 nativeBuildInputs = [ makeWrapper copyDesktopItems ];