Merge pull request #272515 from K900/pob-2.35.4

path-of-building.data: 2.35.3 -> 2.35.4

authored by K900 and committed by GitHub f800dd16 5ea14411

+2 -2
+2 -2
pkgs/games/path-of-building/default.nix
··· 2 2 let 3 3 data = stdenv.mkDerivation(finalAttrs: { 4 4 pname = "path-of-building-data"; 5 - version = "2.35.3"; 5 + version = "2.35.4"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "PathOfBuildingCommunity"; 9 9 repo = "PathOfBuilding"; 10 10 rev = "v${finalAttrs.version}"; 11 - hash = "sha256-Vj7AYz3kD9XaZ/KNv8I4dHmVNzf3iKZm6b0g7SeL5ZY="; 11 + hash = "sha256-OiEfPKJQ19x+CcnI906LAwA78MPTr2IOm9B1iyi+m3s="; 12 12 }; 13 13 14 14 nativeBuildInputs = [ unzip ];