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

path-of-building.data: 2.55.4 -> 2.55.5 (#426288)

parents abc0cfc4 8deff329
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.4";
    version = "2.55.5";

    src = fetchFromGitHub {
      owner = "PathOfBuildingCommunity";
      repo = "PathOfBuilding";
      rev = "v${finalAttrs.version}";
      hash = "sha256-lRzK5ykdmFH6/I0jmhOB0V7njXsszcp9yaJPx5SBStY=";
      hash = "sha256-0FgLVQZBv366ACw8zXt72fARdQqFZf4l4lfvt85KpSs=";
    };

    nativeBuildInputs = [ unzip ];