about summary refs log tree commit diff
diff options
context:
space:
mode:
authorK900 <me@0upti.me>2023-08-28 17:07:13 +0300
committerK900 <me@0upti.me>2023-08-28 17:07:13 +0300
commit94eeeb87851a71c7471fe289cd15e71f610c85b5 (patch)
tree398d835b2631b7a4d5a4a9889c7cbafd7bdbaeb1
parent48a24fce1d15b8514f275331346e97c564d880b8 (diff)
path-of-building.data: 2.33.3 -> 2.33.5
Diff: https://github.com/PathOfBuildingCommunity/PathOfBuilding/compare/v2.33.3...v2.33.5
-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 b0c7f10c99be8..9b5bcdd1add03 100644
--- a/pkgs/games/path-of-building/default.nix
+++ b/pkgs/games/path-of-building/default.nix
@@ -2,13 +2,13 @@
 let
   data = stdenv.mkDerivation(finalAttrs: {
     pname = "path-of-building-data";
-    version = "2.33.3";
+    version = "2.33.5";
 
     src = fetchFromGitHub {
       owner = "PathOfBuildingCommunity";
       repo = "PathOfBuilding";
       rev = "v${finalAttrs.version}";
-      hash = "sha256-mRF8bXDBTfMGB8SAhF4rrwkBZq1XyGA9Wkb1ZpvTCv0=";
+      hash = "sha256-a7/xuVfsLQaSsmHVFKqDEypCunFQtHvcVISaQD1YCEs=";
     };
 
     nativeBuildInputs = [ unzip ];