path-of-building.data: 2.33.0 -> 2.33.1

Diff: https://github.com/PathOfBuildingCommunity/PathOfBuilding/compare/v2.33.0...v2.33.1
This commit is contained in:
K900 2023-08-25 16:03:55 +03:00
parent 112c60a097
commit 3eeaa497ed

View file

@ -2,13 +2,13 @@
let
data = stdenv.mkDerivation(finalAttrs: {
pname = "path-of-building-data";
version = "2.33.0";
version = "2.33.1";
src = fetchFromGitHub {
owner = "PathOfBuildingCommunity";
repo = "PathOfBuilding";
rev = "v${finalAttrs.version}";
hash = "sha256-8w8pbiAP0zv1O7I6WfuPmQhEnBnySqSkIZoDH5hOOyw=";
hash = "sha256-nnASvWApp3BjUPa+i7cvMJnTiD8oXtZTU6OjryFxaBM=";
};
nativeBuildInputs = [ unzip ];