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

path-of-building.data: 2.53.0 -> 2.54.0 (#416804)

parents 4bd979c4 1d8bdd8b
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.53.0";
    version = "2.54.0";

    src = fetchFromGitHub {
      owner = "PathOfBuildingCommunity";
      repo = "PathOfBuilding";
      rev = "v${finalAttrs.version}";
      hash = "sha256-LT8EVO/VkwIVF3DbRZiHab5m6TYqhlHDFGai52TBWqo=";
      hash = "sha256-NMSr5HJ/YvrqE8uVINzH0b9+U3snQGQYalSJ4bNRh1I=";
    };

    nativeBuildInputs = [ unzip ];