about summary refs log tree commit diff
diff options
context:
space:
mode:
authorK900 <me@0upti.me>2024-01-25 11:41:51 +0300
committerK900 <me@0upti.me>2024-01-25 11:41:51 +0300
commitd436ff6b7a8b3c96c0c2a58c7c8a4b719905a2e4 (patch)
tree403b397e42ed8aa61add8909634e9e0165b40bd3
parentd41545bc82509f24668a7469dcbe6a9f8db637f9 (diff)
path-of-building.data: 2.39.0 -> 2.39.1
Diff: https://github.com/PathOfBuildingCommunity/PathOfBuilding/compare/v2.39.0...v2.39.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 9a14fef9fab1e..a05085aeb5eb3 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.39.0";
+    version = "2.39.1";
 
     src = fetchFromGitHub {
       owner = "PathOfBuildingCommunity";
       repo = "PathOfBuilding";
       rev = "v${finalAttrs.version}";
-      hash = "sha256-EoywWavbCuoWeA5wknteRb8NH0T6Ef8h6zQhkXb9bL4=";
+      hash = "sha256-whCCGV0hMKR5kpmS6jefvzvAQaa65B4V4bYkP4HQkIQ=";
     };
 
     nativeBuildInputs = [ unzip ];