path-of-building.data: 2.33.2 -> 2.33.3

Diff: https://github.com/PathOfBuildingCommunity/PathOfBuilding/compare/v2.33.2...v2.33.3
This commit is contained in:
K900 2023-08-26 12:20:31 +03:00
parent 9b30d7b2b2
commit b793df565b

View File

@ -2,13 +2,13 @@
let
data = stdenv.mkDerivation(finalAttrs: {
pname = "path-of-building-data";
version = "2.33.2";
version = "2.33.3";
src = fetchFromGitHub {
owner = "PathOfBuildingCommunity";
repo = "PathOfBuilding";
rev = "v${finalAttrs.version}";
hash = "sha256-+lRpmRg5y7cGB6ru/Y76dZDV8EKQaakPJl+mOXc3u2s=";
hash = "sha256-mRF8bXDBTfMGB8SAhF4rrwkBZq1XyGA9Wkb1ZpvTCv0=";
};
nativeBuildInputs = [ unzip ];