Skip to content

Commit 4a2fe43

Browse files
authored
path-of-building.data: 2.48.2 -> 2.49.0 (#356951)
2 parents d42089b + 08d2f9c commit 4a2fe43

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/games/path-of-building/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@
1717
let
1818
data = stdenv.mkDerivation (finalAttrs: {
1919
pname = "path-of-building-data";
20-
version = "2.48.2";
20+
version = "2.49.0";
2121

2222
src = fetchFromGitHub {
2323
owner = "PathOfBuildingCommunity";
2424
repo = "PathOfBuilding";
2525
rev = "v${finalAttrs.version}";
26-
hash = "sha256-KMj+aS+xd96pt1NhqL3CBKj83ZfiX2npmJtwUFa00qU=";
26+
hash = "sha256-UfDue+VhdOtSxtGa5Mt6k4gZGyy2KyEiPiBqGVVOGsI=";
2727
};
2828

2929
nativeBuildInputs = [ unzip ];

0 commit comments

Comments
 (0)