Merge pull request #272515 from K900/pob-2.35.4

path-of-building.data: 2.35.3 -> 2.35.4
This commit is contained in:
K900 2023-12-06 20:13:45 +03:00 committed by GitHub
commit f800dd16b9
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.3";
version = "2.35.4";
src = fetchFromGitHub {
owner = "PathOfBuildingCommunity";
repo = "PathOfBuilding";
rev = "v${finalAttrs.version}";
hash = "sha256-Vj7AYz3kD9XaZ/KNv8I4dHmVNzf3iKZm6b0g7SeL5ZY=";
hash = "sha256-OiEfPKJQ19x+CcnI906LAwA78MPTr2IOm9B1iyi+m3s=";
};
nativeBuildInputs = [ unzip ];