Skip to content

Commit 54ff685

Browse files
authored
Merge pull request #329339 from K900/boat-league
path-of-building.data: 2.42.0 -> 2.44.1
2 parents 1fd7cd8 + cbc0982 commit 54ff685

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.42.0";
20+
version = "2.44.1";
2121

2222
src = fetchFromGitHub {
2323
owner = "PathOfBuildingCommunity";
2424
repo = "PathOfBuilding";
2525
rev = "v${finalAttrs.version}";
26-
hash = "sha256-OxAyB+tMszQktGvxlGL/kc+Wt0iInFYY0qHNjK6EnSg=";
26+
hash = "sha256-yYdgdmcSjV5Pigf73iWhLy0QeY6YTZkuURNX3yMMRGU=";
2727
};
2828

2929
nativeBuildInputs = [ unzip ];

0 commit comments

Comments
 (0)