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

path-of-building.data: 2.55.1 -> 2.55.2 (#421423)

parents 61ac9bb9 53dbf23d
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.55.1";
    version = "2.55.2";

    src = fetchFromGitHub {
      owner = "PathOfBuildingCommunity";
      repo = "PathOfBuilding";
      rev = "v${finalAttrs.version}";
      hash = "sha256-O3XD52UdkjxtWdsXs6QbXzfik3ZT9TEc2PPZCIGJdCQ=";
      hash = "sha256-i+9WeASdOj9QSB0HjDMP7qM7wQh3tyHuh74QlVWhi1c=";
    };

    nativeBuildInputs = [ unzip ];