We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1fd7cd8 + cbc0982 commit 54ff685Copy full SHA for 54ff685
pkgs/games/path-of-building/default.nix
@@ -17,13 +17,13 @@
17
let
18
data = stdenv.mkDerivation (finalAttrs: {
19
pname = "path-of-building-data";
20
- version = "2.42.0";
+ version = "2.44.1";
21
22
src = fetchFromGitHub {
23
owner = "PathOfBuildingCommunity";
24
repo = "PathOfBuilding";
25
rev = "v${finalAttrs.version}";
26
- hash = "sha256-OxAyB+tMszQktGvxlGL/kc+Wt0iInFYY0qHNjK6EnSg=";
+ hash = "sha256-yYdgdmcSjV5Pigf73iWhLy0QeY6YTZkuURNX3yMMRGU=";
27
};
28
29
nativeBuildInputs = [ unzip ];
0 commit comments