Merge pull request #272436 from K900/pob-2.35.3

path-of-building.data: 2.35.2 -> 2.35.3
This commit is contained in:
K900 2023-12-06 11:51:38 +03:00 committed by GitHub
commit 7180edeb22
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.35.2";
version = "2.35.3";
src = fetchFromGitHub {
owner = "PathOfBuildingCommunity";
repo = "PathOfBuilding";
rev = "v${finalAttrs.version}";
hash = "sha256-d5ktlYl5oO5x/gsiFb9/IhgNWtHHpgsdE0k54h4kzGE=";
hash = "sha256-Vj7AYz3kD9XaZ/KNv8I4dHmVNzf3iKZm6b0g7SeL5ZY=";
};
nativeBuildInputs = [ unzip ];