path-of-building.data: 2.41.0 -> 2.42.0

Diff: https://github.com/PathOfBuildingCommunity/PathOfBuilding/compare/v2.41.0...v2.42.0
This commit is contained in:
K900 2024-03-30 09:15:12 +03:00
parent 2f4ac5c209
commit 4adf3fe22f
1 changed files with 2 additions and 2 deletions

View File

@ -2,13 +2,13 @@
let
data = stdenv.mkDerivation(finalAttrs: {
pname = "path-of-building-data";
version = "2.41.0";
version = "2.42.0";
src = fetchFromGitHub {
owner = "PathOfBuildingCommunity";
repo = "PathOfBuilding";
rev = "v${finalAttrs.version}";
hash = "sha256-XoRoKvlfBtlKyur1AZ+VjYc5URyX2/fof05h6Vs+vok=";
hash = "sha256-OxAyB+tMszQktGvxlGL/kc+Wt0iInFYY0qHNjK6EnSg=";
};
nativeBuildInputs = [ unzip ];