Merge pull request #251977 from K900/pob-2.33.4

path-of-building.data: 2.33.3 -> 2.33.5
This commit is contained in:
K900
2023-08-28 17:09:07 +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.33.3";
version = "2.33.5";
src = fetchFromGitHub {
owner = "PathOfBuildingCommunity";
repo = "PathOfBuilding";
rev = "v${finalAttrs.version}";
hash = "sha256-mRF8bXDBTfMGB8SAhF4rrwkBZq1XyGA9Wkb1ZpvTCv0=";
hash = "sha256-a7/xuVfsLQaSsmHVFKqDEypCunFQtHvcVISaQD1YCEs=";
};
nativeBuildInputs = [ unzip ];