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

Merge pull request #272419 from K900/pob-2.35.2

path-of-building.data: 2.34.1 -> 2.35.2
parents 9ed8ade7 030f4008
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.34.1";
    version = "2.35.2";

    src = fetchFromGitHub {
      owner = "PathOfBuildingCommunity";
      repo = "PathOfBuilding";
      rev = "v${finalAttrs.version}";
      hash = "sha256-i6OCW5Vc9/LfNuiaEeelmXiqP7+WdIklRNRcgWb7L1w=";
      hash = "sha256-d5ktlYl5oO5x/gsiFb9/IhgNWtHHpgsdE0k54h4kzGE=";
    };

    nativeBuildInputs = [ unzip ];