path-of-building.data: 2.55.5 -> 2.56.0
Diff: https://github.com/PathOfBuildingCommunity/PathOfBuilding/compare/v2.55.5...v2.56.0
This commit is contained in:
parent
b6705ec389
commit
79d21dfbfd
@ -17,13 +17,13 @@
|
|||||||
let
|
let
|
||||||
data = stdenv.mkDerivation (finalAttrs: {
|
data = stdenv.mkDerivation (finalAttrs: {
|
||||||
pname = "path-of-building-data";
|
pname = "path-of-building-data";
|
||||||
version = "2.55.5";
|
version = "2.56.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "PathOfBuildingCommunity";
|
owner = "PathOfBuildingCommunity";
|
||||||
repo = "PathOfBuilding";
|
repo = "PathOfBuilding";
|
||||||
rev = "v${finalAttrs.version}";
|
rev = "v${finalAttrs.version}";
|
||||||
hash = "sha256-0FgLVQZBv366ACw8zXt72fARdQqFZf4l4lfvt85KpSs=";
|
hash = "sha256-vzTMkrZgXtsCtEyxaDkea/MRj8tZDzDV3JAc440xrM8=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ unzip ];
|
nativeBuildInputs = [ unzip ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user