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

Diff: https://github.com/PathOfBuildingCommunity/PathOfBuilding/compare/v2.55.1...v2.55.2
This commit is contained in:
K900
2025-07-01 10:52:38 +03:00
parent 7e16b79741
commit 53dbf23df1
+2 -2
View File
@@ -17,13 +17,13 @@
let
data = stdenv.mkDerivation (finalAttrs: {
pname = "path-of-building-data";
version = "2.55.1";
version = "2.55.2";
src = fetchFromGitHub {
owner = "PathOfBuildingCommunity";
repo = "PathOfBuilding";
rev = "v${finalAttrs.version}";
hash = "sha256-O3XD52UdkjxtWdsXs6QbXzfik3ZT9TEc2PPZCIGJdCQ=";
hash = "sha256-i+9WeASdOj9QSB0HjDMP7qM7wQh3tyHuh74QlVWhi1c=";
};
nativeBuildInputs = [ unzip ];