Skip to content

Commit

Permalink
path-of-building.data: 2.48.2 -> 2.49.0 (NixOS#356951)
Browse files Browse the repository at this point in the history
  • Loading branch information
K900 authored Nov 18, 2024
2 parents d42089b + 08d2f9c commit 4a2fe43
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/games/path-of-building/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@
let
data = stdenv.mkDerivation (finalAttrs: {
pname = "path-of-building-data";
version = "2.48.2";
version = "2.49.0";

src = fetchFromGitHub {
owner = "PathOfBuildingCommunity";
repo = "PathOfBuilding";
rev = "v${finalAttrs.version}";
hash = "sha256-KMj+aS+xd96pt1NhqL3CBKj83ZfiX2npmJtwUFa00qU=";
hash = "sha256-UfDue+VhdOtSxtGa5Mt6k4gZGyy2KyEiPiBqGVVOGsI=";
};

nativeBuildInputs = [ unzip ];
Expand Down

0 comments on commit 4a2fe43

Please sign in to comment.