mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 03:23:29 +03:00
path-of-building.data: 2.51.0 -> 2.52.3
Diff: https://github.com/PathOfBuildingCommunity/PathOfBuilding/compare/v2.51.0...v2.52.3
This commit is contained in:
parent
1cd3a6be5d
commit
4b7b1699ff
1 changed files with 2 additions and 2 deletions
|
@ -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.51.0";
|
version = "2.52.3";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "PathOfBuildingCommunity";
|
owner = "PathOfBuildingCommunity";
|
||||||
repo = "PathOfBuilding";
|
repo = "PathOfBuilding";
|
||||||
rev = "v${finalAttrs.version}";
|
rev = "v${finalAttrs.version}";
|
||||||
hash = "sha256-Rau3UaWPyaI7QBXCNVtIQSenyNsx5hh2dsd3q8jFjc4=";
|
hash = "sha256-hwluSZGYRMN32dSLIe8Cs6l6R84V5fNCuHYtoc7+b00=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ unzip ];
|
nativeBuildInputs = [ unzip ];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue