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

Merge pull request #298557 from K900/pob-2.34.1

path-of-building.data: 2.39.3 -> 2.40.1
parents 0f7fbe4c 67bcb3b6
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.39.3";
    version = "2.40.1";

    src = fetchFromGitHub {
      owner = "PathOfBuildingCommunity";
      repo = "PathOfBuilding";
      rev = "v${finalAttrs.version}";
      hash = "sha256-W4MmncDfeiuN7VeIeoPHEufTb9ncA3aA8F0JNhI9Z/o=";
      hash = "sha256-ZrnD3KX8pn14sKB3FzhNhxHChAKA5pHkWdn7576XjwE=";
    };

    nativeBuildInputs = [ unzip ];