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

Diff: https://github.com/PathOfBuildingCommunity/PathOfBuilding/compare/v2.32.2...v2.33.0
This commit is contained in:
K900 2023-08-25 07:00:47 +03:00
parent 8b14b6d3db
commit a1649f366d

View File

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