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

Diff: https://github.com/PathOfBuildingCommunity/PathOfBuilding/compare/v2.31.2...v2.32.2
This commit is contained in:
K900 2023-08-24 10:34:44 +03:00
parent 1b7701ddc3
commit a2e77ba8ab

@ -2,13 +2,13 @@
let
data = stdenv.mkDerivation(finalAttrs: {
pname = "path-of-building-data";
version = "2.31.2";
version = "2.32.2";
src = fetchFromGitHub {
owner = "PathOfBuildingCommunity";
repo = "PathOfBuilding";
rev = "v${finalAttrs.version}";
hash = "sha256-E178uYVQ+B08h1lM7h+hwfMb08VZK+r25pD4haT1tc8=";
hash = "sha256-1JwnKx5ohwFGdPlgaqXwTIPcfXmH+2GJRBbQhF46mTY=";
};
nativeBuildInputs = [ unzip ];