Merge pull request #251530 from K900/pob-2.33.2

path-of-building.data: 2.33.1 -> 2.33.2

authored by

K900 and committed by
GitHub
cf15217f 203f0a1f

+2 -2
+2 -2
pkgs/games/path-of-building/default.nix
··· 2 let 3 data = stdenv.mkDerivation(finalAttrs: { 4 pname = "path-of-building-data"; 5 - version = "2.33.1"; 6 7 src = fetchFromGitHub { 8 owner = "PathOfBuildingCommunity"; 9 repo = "PathOfBuilding"; 10 rev = "v${finalAttrs.version}"; 11 - hash = "sha256-nnASvWApp3BjUPa+i7cvMJnTiD8oXtZTU6OjryFxaBM="; 12 }; 13 14 nativeBuildInputs = [ unzip ];
··· 2 let 3 data = stdenv.mkDerivation(finalAttrs: { 4 pname = "path-of-building-data"; 5 + version = "2.33.2"; 6 7 src = fetchFromGitHub { 8 owner = "PathOfBuildingCommunity"; 9 repo = "PathOfBuilding"; 10 rev = "v${finalAttrs.version}"; 11 + hash = "sha256-+lRpmRg5y7cGB6ru/Y76dZDV8EKQaakPJl+mOXc3u2s="; 12 }; 13 14 nativeBuildInputs = [ unzip ];