path-of-building.data: 2.55.5 -> 2.56.0

Diff: https://github.com/PathOfBuildingCommunity/PathOfBuilding/compare/v2.55.5...v2.56.0
This commit is contained in:
K900 2025-08-12 10:08:10 +03:00
parent b6705ec389
commit 79d21dfbfd

View File

@ -17,13 +17,13 @@
let
data = stdenv.mkDerivation (finalAttrs: {
pname = "path-of-building-data";
version = "2.55.5";
version = "2.56.0";
src = fetchFromGitHub {
owner = "PathOfBuildingCommunity";
repo = "PathOfBuilding";
rev = "v${finalAttrs.version}";
hash = "sha256-0FgLVQZBv366ACw8zXt72fARdQqFZf4l4lfvt85KpSs=";
hash = "sha256-vzTMkrZgXtsCtEyxaDkea/MRj8tZDzDV3JAc440xrM8=";
};
nativeBuildInputs = [ unzip ];