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 d42089b + 08d2f9c commit 4a2fe43Copy full SHA for 4a2fe43
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.48.2";
+ version = "2.49.0";
21
22
src = fetchFromGitHub {
23
owner = "PathOfBuildingCommunity";
24
repo = "PathOfBuilding";
25
rev = "v${finalAttrs.version}";
26
- hash = "sha256-KMj+aS+xd96pt1NhqL3CBKj83ZfiX2npmJtwUFa00qU=";
+ hash = "sha256-UfDue+VhdOtSxtGa5Mt6k4gZGyy2KyEiPiBqGVVOGsI=";
27
};
28
29
nativeBuildInputs = [ unzip ];
0 commit comments