path-of-building.data: 2.39.3 -> 2.40.1

Diff: https://github.com/PathOfBuildingCommunity/PathOfBuilding/compare/v2.39.3...v2.40.1
This commit is contained in:
K900 2024-03-24 10:36:57 +03:00
parent ddd523bd82
commit 67bcb3b69a
1 changed files with 2 additions and 2 deletions

View File

@ -2,13 +2,13 @@
let
data = stdenv.mkDerivation(finalAttrs: {
pname = "path-of-building-data";
version = "2.39.3";
version = "2.40.1";
src = fetchFromGitHub {
owner = "PathOfBuildingCommunity";
repo = "PathOfBuilding";
rev = "v${finalAttrs.version}";
hash = "sha256-W4MmncDfeiuN7VeIeoPHEufTb9ncA3aA8F0JNhI9Z/o=";
hash = "sha256-ZrnD3KX8pn14sKB3FzhNhxHChAKA5pHkWdn7576XjwE=";
};
nativeBuildInputs = [ unzip ];