Merge pull request #251112 from K900/pob-2.32.2

path-of-building.data: 2.31.2 -> 2.32.2
This commit is contained in:
K900
2023-08-24 10:43:20 +03:00
committed by GitHub
+2 -2
View File
@@ -2,13 +2,13 @@
let
data = stdenv.mkDerivation(finalAttrs: {
pname = "path-of-building-data";
version = "2.31.2";
version = "2.32.2";
src = fetchFromGitHub {
owner = "PathOfBuildingCommunity";
repo = "PathOfBuilding";
rev = "v${finalAttrs.version}";
hash = "sha256-E178uYVQ+B08h1lM7h+hwfMb08VZK+r25pD4haT1tc8=";
hash = "sha256-1JwnKx5ohwFGdPlgaqXwTIPcfXmH+2GJRBbQhF46mTY=";
};
nativeBuildInputs = [ unzip ];