path-of-building.data: 2.38.4 -> 2.39.0

Diff: https://github.com/PathOfBuildingCommunity/PathOfBuilding/compare/v2.38.4...v2.39.0
This commit is contained in:
K900 2024-01-24 09:51:07 +03:00
parent 2d9a9c32d3
commit 5f57d69fbe

View File

@ -2,13 +2,13 @@
let
data = stdenv.mkDerivation(finalAttrs: {
pname = "path-of-building-data";
version = "2.38.4";
version = "2.39.0";
src = fetchFromGitHub {
owner = "PathOfBuildingCommunity";
repo = "PathOfBuilding";
rev = "v${finalAttrs.version}";
hash = "sha256-fCKOmP0PxhK2trBA1lyE6kf128FrsuCmBrXMIGTIt0U=";
hash = "sha256-EoywWavbCuoWeA5wknteRb8NH0T6Ef8h6zQhkXb9bL4=";
};
nativeBuildInputs = [ unzip ];