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

Merge pull request #272436 from K900/pob-2.35.3

path-of-building.data: 2.35.2 -> 2.35.3
parents 99e92eda 21d08552
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.35.2";
    version = "2.35.3";

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

    nativeBuildInputs = [ unzip ];