Merge pull request #251112 from K900/pob-2.32.2

path-of-building.data: 2.31.2 -> 2.32.2

authored by K900 and committed by GitHub 242fc074 a740d69f

+2 -2
+2 -2
pkgs/games/path-of-building/default.nix
··· 2 2 let 3 3 data = stdenv.mkDerivation(finalAttrs: { 4 4 pname = "path-of-building-data"; 5 - version = "2.31.2"; 5 + version = "2.32.2"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "PathOfBuildingCommunity"; 9 9 repo = "PathOfBuilding"; 10 10 rev = "v${finalAttrs.version}"; 11 - hash = "sha256-E178uYVQ+B08h1lM7h+hwfMb08VZK+r25pD4haT1tc8="; 11 + hash = "sha256-1JwnKx5ohwFGdPlgaqXwTIPcfXmH+2GJRBbQhF46mTY="; 12 12 }; 13 13 14 14 nativeBuildInputs = [ unzip ];