Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

Merge pull request #330809 from K900/boat-league-4

path-of-building.data: 2.46.0 -> 2.47.2

authored by K900 and committed by GitHub b34ee7d4 c38f9ee1

Changed files
+2 -2
pkgs
games
path-of-building
+2 -2
pkgs/games/path-of-building/default.nix
··· 17 17 let 18 18 data = stdenv.mkDerivation (finalAttrs: { 19 19 pname = "path-of-building-data"; 20 - version = "2.46.0"; 20 + version = "2.47.2"; 21 21 22 22 src = fetchFromGitHub { 23 23 owner = "PathOfBuildingCommunity"; 24 24 repo = "PathOfBuilding"; 25 25 rev = "v${finalAttrs.version}"; 26 - hash = "sha256-L63pFaIjSDEzEud+v4IbNjFVdwTBU08/xICBIHzPutE="; 26 + hash = "sha256-fNPSRo5BG3BoNnxBTZnmVFQHVqLhUc3P6Wicd518RcM="; 27 27 }; 28 28 29 29 nativeBuildInputs = [ unzip ];