path-of-building.data: 2.48.2 -> 2.49.0

Diff: https://github.com/PathOfBuildingCommunity/PathOfBuilding/compare/v2.48.2...v2.49.0
This commit is contained in:
K900 2024-11-18 16:01:04 +03:00
parent f93401eeed
commit 08d2f9c665

View File

@ -17,13 +17,13 @@
let
data = stdenv.mkDerivation (finalAttrs: {
pname = "path-of-building-data";
version = "2.48.2";
version = "2.49.0";
src = fetchFromGitHub {
owner = "PathOfBuildingCommunity";
repo = "PathOfBuilding";
rev = "v${finalAttrs.version}";
hash = "sha256-KMj+aS+xd96pt1NhqL3CBKj83ZfiX2npmJtwUFa00qU=";
hash = "sha256-UfDue+VhdOtSxtGa5Mt6k4gZGyy2KyEiPiBqGVVOGsI=";
};
nativeBuildInputs = [ unzip ];