path-of-building.data: 2.35.4 -> 2.35.5

Diff: https://github.com/PathOfBuildingCommunity/PathOfBuilding/compare/v2.35.4...v2.35.5
This commit is contained in:
K900 2023-12-07 11:54:05 +03:00
parent d030c6ebf0
commit a5f1eb02c4

View File

@ -2,13 +2,13 @@
let
data = stdenv.mkDerivation(finalAttrs: {
pname = "path-of-building-data";
version = "2.35.4";
version = "2.35.5";
src = fetchFromGitHub {
owner = "PathOfBuildingCommunity";
repo = "PathOfBuilding";
rev = "v${finalAttrs.version}";
hash = "sha256-OiEfPKJQ19x+CcnI906LAwA78MPTr2IOm9B1iyi+m3s=";
hash = "sha256-SnsmXoxr5zSORLSpdDGw3OTTNJUDUEfCqBs6lYm4lP0=";
};
nativeBuildInputs = [ unzip ];