Skip to content

Commit

Permalink
Merge pull request #251112 from K900/pob-2.32.2
Browse files Browse the repository at this point in the history
path-of-building.data: 2.31.2 -> 2.32.2
  • Loading branch information
K900 committed Aug 24, 2023
2 parents a740d69 + a2e77ba commit 242fc07
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 @@ -2,13 +2,13 @@
let
data = stdenv.mkDerivation(finalAttrs: {
pname = "path-of-building-data";
version = "2.31.2";
version = "2.32.2";

src = fetchFromGitHub {
owner = "PathOfBuildingCommunity";
repo = "PathOfBuilding";
rev = "v${finalAttrs.version}";
hash = "sha256-E178uYVQ+B08h1lM7h+hwfMb08VZK+r25pD4haT1tc8=";
hash = "sha256-1JwnKx5ohwFGdPlgaqXwTIPcfXmH+2GJRBbQhF46mTY=";
};

nativeBuildInputs = [ unzip ];
Expand Down

0 comments on commit 242fc07

Please sign in to comment.