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

Merge pull request #251530 from K900/pob-2.33.2

path-of-building.data: 2.33.1 -> 2.33.2
parents 203f0a1f 9f604715
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,13 +2,13 @@
let
  data = stdenv.mkDerivation(finalAttrs: {
    pname = "path-of-building-data";
    version = "2.33.1";
    version = "2.33.2";

    src = fetchFromGitHub {
      owner = "PathOfBuildingCommunity";
      repo = "PathOfBuilding";
      rev = "v${finalAttrs.version}";
      hash = "sha256-nnASvWApp3BjUPa+i7cvMJnTiD8oXtZTU6OjryFxaBM=";
      hash = "sha256-+lRpmRg5y7cGB6ru/Y76dZDV8EKQaakPJl+mOXc3u2s=";
    };

    nativeBuildInputs = [ unzip ];