path-of-building.data: 2.33.1 -> 2.33.2
Diff: https://github.com/PathOfBuildingCommunity/PathOfBuilding/compare/v2.33.1...v2.33.2
This commit is contained in:
parent
203f0a1f3a
commit
9f60471520
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.33.1";
|
||||
version = "2.33.2";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "PathOfBuildingCommunity";
|
||||
repo = "PathOfBuilding";
|
||||
rev = "v${finalAttrs.version}";
|
||||
hash = "sha256-nnASvWApp3BjUPa+i7cvMJnTiD8oXtZTU6OjryFxaBM=";
|
||||
hash = "sha256-+lRpmRg5y7cGB6ru/Y76dZDV8EKQaakPJl+mOXc3u2s=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ unzip ];
|
||||
|
|
Loading…
Reference in a new issue