path-of-building.data: 2.55.3 -> 2.55.4

Diff: https://github.com/PathOfBuildingCommunity/PathOfBuilding/compare/v2.55.3...v2.55.4
This commit is contained in:
K900 2025-07-14 19:39:39 +03:00
parent 1dd4847d16
commit af0127c158

View File

@ -17,13 +17,13 @@
let
data = stdenv.mkDerivation (finalAttrs: {
pname = "path-of-building-data";
version = "2.55.3";
version = "2.55.4";
src = fetchFromGitHub {
owner = "PathOfBuildingCommunity";
repo = "PathOfBuilding";
rev = "v${finalAttrs.version}";
hash = "sha256-LGn5dDH1oRD6bi3KGqyiQh7Gu/8k+RRgGRFkUaFa19E=";
hash = "sha256-lRzK5ykdmFH6/I0jmhOB0V7njXsszcp9yaJPx5SBStY=";
};
nativeBuildInputs = [ unzip ];