Merge pull request #273981 from K900/pob-2.37.0

path-of-building.data: 2.36.1 -> 2.37.0
This commit is contained in:
K900 2023-12-13 17:26:40 +03:00 committed by GitHub
commit eed8f77c82
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.36.1";
version = "2.37.0";
src = fetchFromGitHub {
owner = "PathOfBuildingCommunity";
repo = "PathOfBuilding";
rev = "v${finalAttrs.version}";
hash = "sha256-lz0Nxn+HOFHcz/uKJZ3Jd7NDtkXmL7wLsD/W7Y3dKxQ=";
hash = "sha256-XoDnTmlONloBP60WNY1c6Mfscu2bG5dFh5qUtgqrfrg=";
};
nativeBuildInputs = [ unzip ];