about summary refs log tree commit diff
diff options
context:
space:
mode:
authorK900 <me@0upti.me>2023-12-20 12:11:47 +0300
committerK900 <me@0upti.me>2023-12-20 12:11:47 +0300
commit1145f100458f7a7c0541ddbd2ff6e1d37b359e0a (patch)
treecc9f84ac10790c3e835e3194a2d9a1e4c6276bd6
parent7c33cd6bf01cf09f77bfdf6741cddfffa2cd5640 (diff)
path-of-building.data: 2.38.3 -> 2.38.4
Diff: https://github.com/PathOfBuildingCommunity/PathOfBuilding/compare/v2.38.3...v2.38.4
-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 c8265d13b1a8c..a889b6f7ea74c 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.38.3";
+    version = "2.38.4";
 
     src = fetchFromGitHub {
       owner = "PathOfBuildingCommunity";
       repo = "PathOfBuilding";
       rev = "v${finalAttrs.version}";
-      hash = "sha256-LzNHc6lx0d+Hg0qkOb9G50V5pYOxH7eavQdcAXE5EKI=";
+      hash = "sha256-fCKOmP0PxhK2trBA1lyE6kf128FrsuCmBrXMIGTIt0U=";
     };
 
     nativeBuildInputs = [ unzip ];