path-of-building.data: 2.35.3 -> 2.35.4

Diff: https://github.com/PathOfBuildingCommunity/PathOfBuilding/compare/v2.35.3...v2.35.4
This commit is contained in:
K900
2023-12-06 20:11:17 +03:00
parent 24682ced2e
commit 0a21dac151
+2 -2
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 ];