summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorK900 <me@0upti.me>2024-07-23 09:52:03 +0300
committerGitHub <noreply@github.com>2024-07-23 09:52:03 +0300
commit54ff685cc90f8be137879956e540b1b0f99ecde7 (patch)
tree242f64e14019eff1e3a678ee9be84e7f39d21fd2
parentMerge pull request #329075 from StillToad/manuskript-fix (diff)
parentpath-of-building.data: 2.42.0 -> 2.44.1 (diff)
downloadnixpkgs-54ff685cc90f8be137879956e540b1b0f99ecde7.tar.gz
Merge pull request #329339 from K900/boat-league
path-of-building.data: 2.42.0 -> 2.44.1
-rw-r--r--pkgs/games/path-of-building/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/games/path-of-building/default.nix b/pkgs/games/path-of-building/default.nix
index b3f5549c487c..ba3a119043cc 100644
--- a/pkgs/games/path-of-building/default.nix
+++ b/pkgs/games/path-of-building/default.nix
@@ -17,13 +17,13 @@
let
data = stdenv.mkDerivation (finalAttrs: {
pname = "path-of-building-data";
- version = "2.42.0";
+ version = "2.44.1";
src = fetchFromGitHub {
owner = "PathOfBuildingCommunity";
repo = "PathOfBuilding";
rev = "v${finalAttrs.version}";
- hash = "sha256-OxAyB+tMszQktGvxlGL/kc+Wt0iInFYY0qHNjK6EnSg=";
+ hash = "sha256-yYdgdmcSjV5Pigf73iWhLy0QeY6YTZkuURNX3yMMRGU=";
};
nativeBuildInputs = [ unzip ];