Unverified Commit 1eafe22c authored by K900's avatar K900 Committed by GitHub
Browse files

Merge pull request #331036 from K900/path-of-building-2.47.3

path-of-building.data: 2.47.2 -> 2.47.3
parents 49f24abc 0ff87869
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.47.2";
    version = "2.47.3";

    src = fetchFromGitHub {
      owner = "PathOfBuildingCommunity";
      repo = "PathOfBuilding";
      rev = "v${finalAttrs.version}";
      hash = "sha256-fNPSRo5BG3BoNnxBTZnmVFQHVqLhUc3P6Wicd518RcM=";
      hash = "sha256-wxsU178BrjdeBTTPY2C3REWlyORWI+/fFijn5oa2Gms=";
    };

    nativeBuildInputs = [ unzip ];