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

Diff: https://github.com/PathOfBuildingCommunity/PathOfBuilding/compare/v2.55.4...v2.55.5
This commit is contained in:
K900
2025-07-18 08:29:28 +03:00
parent 8413dd2906
commit 8deff32994
+2 -2
View File
@@ -17,13 +17,13 @@
let
data = stdenv.mkDerivation (finalAttrs: {
pname = "path-of-building-data";
version = "2.55.4";
version = "2.55.5";
src = fetchFromGitHub {
owner = "PathOfBuildingCommunity";
repo = "PathOfBuilding";
rev = "v${finalAttrs.version}";
hash = "sha256-lRzK5ykdmFH6/I0jmhOB0V7njXsszcp9yaJPx5SBStY=";
hash = "sha256-0FgLVQZBv366ACw8zXt72fARdQqFZf4l4lfvt85KpSs=";
};
nativeBuildInputs = [ unzip ];