+2
-2
pkgs/games/path-of-building/default.nix
+2
-2
pkgs/games/path-of-building/default.nix
···
17
17
let
18
18
data = stdenv.mkDerivation (finalAttrs: {
19
19
pname = "path-of-building-data";
20
-
version = "2.46.0";
20
+
version = "2.47.2";
21
21
22
22
src = fetchFromGitHub {
23
23
owner = "PathOfBuildingCommunity";
24
24
repo = "PathOfBuilding";
25
25
rev = "v${finalAttrs.version}";
26
-
hash = "sha256-L63pFaIjSDEzEud+v4IbNjFVdwTBU08/xICBIHzPutE=";
26
+
hash = "sha256-fNPSRo5BG3BoNnxBTZnmVFQHVqLhUc3P6Wicd518RcM=";
27
27
};
28
28
29
29
nativeBuildInputs = [ unzip ];