Unverified Commit 4a2fe438 authored by K900's avatar K900 Committed by GitHub
Browse files

path-of-building.data: 2.48.2 -> 2.49.0 (#356951)

parents d42089b2 08d2f9c6
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 ];