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

Diff: https://github.com/PathOfBuildingCommunity/PathOfBuilding/compare/v2.55.2...v2.55.3
This commit is contained in:
K900
2025-07-03 10:35:07 +03:00
parent a328e664b0
commit f3fdcbb6e6
+2 -2
View File
@@ -17,13 +17,13 @@
let
data = stdenv.mkDerivation (finalAttrs: {
pname = "path-of-building-data";
version = "2.55.2";
version = "2.55.3";
src = fetchFromGitHub {
owner = "PathOfBuildingCommunity";
repo = "PathOfBuilding";
rev = "v${finalAttrs.version}";
hash = "sha256-i+9WeASdOj9QSB0HjDMP7qM7wQh3tyHuh74QlVWhi1c=";
hash = "sha256-LGn5dDH1oRD6bi3KGqyiQh7Gu/8k+RRgGRFkUaFa19E=";
};
nativeBuildInputs = [ unzip ];