Skip to content

Commit

Permalink
Merge pull request #275480 from K900/pob-2.38.3
Browse files Browse the repository at this point in the history
path-of-building.data: 2.38.2 -> 2.38.3
  • Loading branch information
K900 authored Dec 19, 2023
2 parents 54aac08 + b34be5a commit b0d1fe9
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.38.2";
version = "2.38.3";

src = fetchFromGitHub {
owner = "PathOfBuildingCommunity";
repo = "PathOfBuilding";
rev = "v${finalAttrs.version}";
hash = "sha256-WgnYjG47E5p0R5MXlDXN8sbh0Y9E8cZN0gMSdkHpXfw=";
hash = "sha256-LzNHc6lx0d+Hg0qkOb9G50V5pYOxH7eavQdcAXE5EKI=";
};

nativeBuildInputs = [ unzip ];
Expand Down

0 comments on commit b0d1fe9

Please sign in to comment.