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

Merge pull request #251977 from K900/pob-2.33.4

path-of-building.data: 2.33.3 -> 2.33.5
parents 0944e191 94eeeb87
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.3";
    version = "2.33.5";

    src = fetchFromGitHub {
      owner = "PathOfBuildingCommunity";
      repo = "PathOfBuilding";
      rev = "v${finalAttrs.version}";
      hash = "sha256-mRF8bXDBTfMGB8SAhF4rrwkBZq1XyGA9Wkb1ZpvTCv0=";
      hash = "sha256-a7/xuVfsLQaSsmHVFKqDEypCunFQtHvcVISaQD1YCEs=";
    };

    nativeBuildInputs = [ unzip ];