path-of-building.data: 2.34.1 -> 2.35.2

Diff: https://github.com/PathOfBuildingCommunity/PathOfBuilding/compare/v2.34.1...v2.35.2
This commit is contained in:
K900 2023-12-06 09:59:49 +03:00
parent 50980b64df
commit 030f4008ec

View File

@ -2,13 +2,13 @@
let
data = stdenv.mkDerivation(finalAttrs: {
pname = "path-of-building-data";
version = "2.34.1";
version = "2.35.2";
src = fetchFromGitHub {
owner = "PathOfBuildingCommunity";
repo = "PathOfBuilding";
rev = "v${finalAttrs.version}";
hash = "sha256-i6OCW5Vc9/LfNuiaEeelmXiqP7+WdIklRNRcgWb7L1w=";
hash = "sha256-d5ktlYl5oO5x/gsiFb9/IhgNWtHHpgsdE0k54h4kzGE=";
};
nativeBuildInputs = [ unzip ];