about summary refs log tree commit diff
diff options
context:
space:
mode:
authorK900 <me@0upti.me>2024-03-25 15:49:55 +0300
committerK900 <me@0upti.me>2024-03-25 15:49:55 +0300
commitb67ad6ccd238a82fc7264f8842bcf9eb1be03d22 (patch)
tree108e671efe15ee586b9b94591599f37cb1382d7c
parentc726225724e681b3626acc941c6f95d2b0602087 (diff)
path-of-building.data: 2.40.1 -> 2.41.0
Diff: https://github.com/PathOfBuildingCommunity/PathOfBuilding/compare/v2.40.1...v2.41.0
-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 88c52fbf166f0..2e996f9754870 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.40.1";
+    version = "2.41.0";
 
     src = fetchFromGitHub {
       owner = "PathOfBuildingCommunity";
       repo = "PathOfBuilding";
       rev = "v${finalAttrs.version}";
-      hash = "sha256-ZrnD3KX8pn14sKB3FzhNhxHChAKA5pHkWdn7576XjwE=";
+      hash = "sha256-XoRoKvlfBtlKyur1AZ+VjYc5URyX2/fof05h6Vs+vok=";
     };
 
     nativeBuildInputs = [ unzip ];