path-of-building.data: 2.38.0 -> 2.38.2

Diff: https://github.com/PathOfBuildingCommunity/PathOfBuilding/compare/v2.38.0...v2.38.2
This commit is contained in:
K900 2023-12-19 08:10:52 +03:00
parent b5a455fe02
commit 52b1e19303

View File

@ -2,13 +2,13 @@
let let
data = stdenv.mkDerivation(finalAttrs: { data = stdenv.mkDerivation(finalAttrs: {
pname = "path-of-building-data"; pname = "path-of-building-data";
version = "2.38.0"; version = "2.38.2";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "PathOfBuildingCommunity"; owner = "PathOfBuildingCommunity";
repo = "PathOfBuilding"; repo = "PathOfBuilding";
rev = "v${finalAttrs.version}"; rev = "v${finalAttrs.version}";
hash = "sha256-413NDmgsR51yw+1R6XeA9r08gtnQNhjKEeT5ZvddTAM="; hash = "sha256-WgnYjG47E5p0R5MXlDXN8sbh0Y9E8cZN0gMSdkHpXfw=";
}; };
nativeBuildInputs = [ unzip ]; nativeBuildInputs = [ unzip ];