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

Merge pull request #334782 from K900/path-of-building-2.48.1

path-of-building.data: 2.47.3 -> 2.48.1
parents 37626e42 9d93a67e
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.3";
    version = "2.48.1";

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

    nativeBuildInputs = [ unzip ];