Merge pull request #272419 from K900/pob-2.35.2
path-of-building.data: 2.34.1 -> 2.35.2
This commit is contained in:
commit
2e60cf7110
1 changed files with 2 additions and 2 deletions
|
@ -2,13 +2,13 @@
|
|||
let
|
||||
data = stdenv.mkDerivation(finalAttrs: {
|
||||
pname = "path-of-building-data";
|
||||
version = "2.34.1";
|
||||
version = "2.35.2";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "PathOfBuildingCommunity";
|
||||
repo = "PathOfBuilding";
|
||||
rev = "v${finalAttrs.version}";
|
||||
hash = "sha256-i6OCW5Vc9/LfNuiaEeelmXiqP7+WdIklRNRcgWb7L1w=";
|
||||
hash = "sha256-d5ktlYl5oO5x/gsiFb9/IhgNWtHHpgsdE0k54h4kzGE=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ unzip ];
|
||||
|
|
Loading…
Reference in a new issue