path-of-building.data: 2.53.0 -> 2.54.0

Diff: https://github.com/PathOfBuildingCommunity/PathOfBuilding/compare/v2.53.0...v2.54.0
This commit is contained in:
K900
2025-06-15 00:18:11 +03:00
parent 08379a7f9f
commit 1d8bdd8b78

View File

@@ -17,13 +17,13 @@
let
data = stdenv.mkDerivation (finalAttrs: {
pname = "path-of-building-data";
version = "2.53.0";
version = "2.54.0";
src = fetchFromGitHub {
owner = "PathOfBuildingCommunity";
repo = "PathOfBuilding";
rev = "v${finalAttrs.version}";
hash = "sha256-LT8EVO/VkwIVF3DbRZiHab5m6TYqhlHDFGai52TBWqo=";
hash = "sha256-NMSr5HJ/YvrqE8uVINzH0b9+U3snQGQYalSJ4bNRh1I=";
};
nativeBuildInputs = [ unzip ];