Merge pull request #251289 from K900/pob-2.33.0

path-of-building.data: 2.32.2 -> 2.33.0
This commit is contained in:
K900 2023-08-25 07:01:44 +03:00 committed by GitHub
commit d8013680f6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@
let
data = stdenv.mkDerivation(finalAttrs: {
pname = "path-of-building-data";
version = "2.32.2";
version = "2.33.0";
src = fetchFromGitHub {
owner = "PathOfBuildingCommunity";
repo = "PathOfBuilding";
rev = "v${finalAttrs.version}";
hash = "sha256-1JwnKx5ohwFGdPlgaqXwTIPcfXmH+2GJRBbQhF46mTY=";
hash = "sha256-8w8pbiAP0zv1O7I6WfuPmQhEnBnySqSkIZoDH5hOOyw=";
};
nativeBuildInputs = [ unzip ];