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

Merge pull request #330039 from iynaix/bump-pob-data

path-of-building.data: 2.45.0 -> 2.46.0
parents 733453ac 98b5c50f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -17,13 +17,13 @@
let
  data = stdenv.mkDerivation (finalAttrs: {
    pname = "path-of-building-data";
    version = "2.45.0";
    version = "2.46.0";

    src = fetchFromGitHub {
      owner = "PathOfBuildingCommunity";
      repo = "PathOfBuilding";
      rev = "v${finalAttrs.version}";
      hash = "sha256-WxaE9QvpM+1Mp3K979HqQxDjO0QUBL4lzLaZwYdhtfc=";
      hash = "sha256-L63pFaIjSDEzEud+v4IbNjFVdwTBU08/xICBIHzPutE=";
    };

    nativeBuildInputs = [ unzip ];