Merge pull request #300175 from K900/pob-2.42.0

path-of-building.data: 2.41.0 -> 2.42.0
This commit is contained in:
K900 2024-03-30 09:16:01 +03:00 committed by GitHub
commit 1a9a1ad28b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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 ];